Commit 05aff83d authored by 李苏's avatar 李苏 💬

操作成功补充提示

parent 9b642a19
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
id: ctx.singleItem.id id: ctx.singleItem.id
}).then(res => { }).then(res => {
if (res.success) { if (res.success) {
this.$success('操作成功')
ctx.refresh() ctx.refresh()
} }
}) })
...@@ -135,4 +136,4 @@ ...@@ -135,4 +136,4 @@
</script> </script>
<style> <style>
</style> </style>
\ No newline at end of file
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