task#15348,调度app,培训完成给提示

This commit is contained in:
2024-10-11 11:31:27 +08:00
parent bd58a176f6
commit 584fded2f7

View File

@ -111,8 +111,9 @@ export default {
})
this.pageList=res.data?.list;
if(res.assessState === 0){
this.showPoup=false
this.isFinished=true
this.showPoup=false //
}else if(res.assessState === 1){
this.isFinished=true //是否完成
}
if(this.pageList?.length === 0){
this.showEmpty = true