task#15348,调度app,培训完成给提示
This commit is contained in:
@ -110,12 +110,13 @@ export default {
|
|||||||
trainingType:4,
|
trainingType:4,
|
||||||
})
|
})
|
||||||
this.pageList=res.data?.list || [];
|
this.pageList=res.data?.list || [];
|
||||||
if(res.assessState === 0){
|
if(res.assessState == 0){
|
||||||
this.showPoup=false
|
this.showPoup=false
|
||||||
this.isFinished=false
|
this.isFinished=false
|
||||||
}else {
|
}else {
|
||||||
this.isFinished=true //是否完成
|
this.isFinished=true //是否完成
|
||||||
}
|
}
|
||||||
|
console.log("res",res)
|
||||||
if(this.pageList?.length == 0){
|
if(this.pageList?.length == 0){
|
||||||
this.showEmpty = true
|
this.showEmpty = true
|
||||||
}else {
|
}else {
|
||||||
|
Reference in New Issue
Block a user