Commit 1eb0855f authored by 李苏's avatar 李苏 💬

部分按钮单条刷新

parent 16299067
......@@ -227,7 +227,7 @@
}).then(res => {
if (res.success) {
this.$success('操作成功')
ctx.refreshId(res.data.id)
ctx.refreshId(ctx.singleItem.id)
}
})
})
......@@ -249,7 +249,7 @@
}).then(res => {
if (res.success) {
this.$success('操作成功')
ctx.refreshId(res.data.id)
ctx.refreshId(ctx.singleItem.id)
}
})
})
......@@ -270,7 +270,7 @@
}).then(res => {
if (res.success) {
this.$success('操作成功')
ctx.refreshId(res.data.id)
ctx.refreshId(ctx.singleItem.id)
}
})
})
......@@ -291,7 +291,7 @@
}).then(res => {
if (res.success) {
this.$success('操作成功')
ctx.refreshId(res.data.id)
ctx.refreshId(ctx.singleItem.id)
}
})
})
......@@ -312,7 +312,7 @@
}).then(res => {
if (res.success) {
this.$success('操作成功')
ctx.refreshId(res.data.id)
ctx.refreshId(ctx.singleItem.id)
}
})
})
......
......@@ -230,8 +230,8 @@
}
this.$post('lxyl/rkgl/sjrw/lkrk/start', params).then(res => {
if (res.success) {
// this.$refs.basePage.refresh()
ctx.refreshId(res.data.id)
this.$refs.basePage.refresh()
}
})
},
......
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