Commit 7cf65907 by HUAWEI

111

parent 96f9be17
...@@ -237,7 +237,7 @@ export default { ...@@ -237,7 +237,7 @@ export default {
} }
this.TaskChainList.setdeleteById(can).then(({ data }) => { this.TaskChainList.setdeleteById(can).then(({ data }) => {
if (data.code === 200) { if (data.code === 200) {
this.$set(row, 'taskStatus', taskStatus) this.$set(row)
this.$message({ this.$message({
type: 'success', type: 'success',
message: data.msg message: data.msg
......
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 sign in to comment