数据加载中

pull/370/head
yinshuwei 2022-11-08 13:41:44 +08:00
parent 031c65b9e1
commit 10815f14e3
1 changed files with 3 additions and 0 deletions

View File

@ -249,6 +249,9 @@ export default {
})
},
showTaskResult (item) {
this.dialogVisible = true
this.currentTaskResult.command = item.command
this.currentTaskResult.result = '数据加载中...'
taskLogService.result(item.id, (data) => {
this.dialogVisible = true
this.currentTaskResult.command = item.command