数据加载中

pull/370/head
yinshuwei 2022-11-08 13:41:58 +08:00
parent 10815f14e3
commit 4c150b324f
1 changed files with 0 additions and 2 deletions

View File

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