文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 205e5b2f by Wang Yuhang

fix 删除任务失败bug

parent 9b535aef
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
} }
}).then(res => { }).then(res => {
console.log(res) console.log(res)
self.tasks.splice(index, 1) self.publishedTasks.splice(index, 1)
self.$message({ self.$message({
message: '删除成功', message: '删除成功',
type: 'success' type: 'success'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment