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