mirror of https://github.com/ouqiang/gocron
数据加载中
parent
10815f14e3
commit
4c150b324f
|
@ -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
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue