mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 21:52:48 +00:00
解决删除任务问题
This commit is contained in:
parent
c94dc32ce7
commit
bcae18c30b
@ -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();
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user