解决删除任务问题

This commit is contained in:
icssoa 2021-03-06 14:07:04 +08:00
parent c94dc32ce7
commit bcae18c30b

View File

@ -607,7 +607,7 @@ export default {
type: "warning" type: "warning"
}) })
.then(() => { .then(() => {
this.$service.task.info.delete({ ids: id }).then(() => { this.$service.task.info.delete({ ids: [id] }).then(() => {
this.refreshTask(); this.refreshTask();
}); });
}) })