mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 13:42:50 +00:00
解决删除任务问题
This commit is contained in:
parent
c94dc32ce7
commit
bcae18c30b
@ -607,7 +607,7 @@ export default {
|
||||
type: "warning"
|
||||
})
|
||||
.then(() => {
|
||||
this.$service.task.info.delete({ ids: id }).then(() => {
|
||||
this.$service.task.info.delete({ ids: [id] }).then(() => {
|
||||
this.refreshTask();
|
||||
});
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user