导入未成功时加遮罩
This commit is contained in:
@@ -83,8 +83,15 @@
|
||||
let query = {
|
||||
actiProcInstId: this.$route.query.actiProcInstId
|
||||
}
|
||||
this.loading = true
|
||||
getAction('/wkflow/processHistoryEO/list', query).then((res) => {
|
||||
this.dataSource = res
|
||||
if (res.success) {
|
||||
this.dataSource = res.result || []
|
||||
this.loading = false
|
||||
} else {
|
||||
this.dataSource = []
|
||||
this.loading = false
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user