Commit 79715710 authored by 黄奎's avatar 黄奎

页面修改

parent 24e2773e
...@@ -4899,6 +4899,8 @@ ...@@ -4899,6 +4899,8 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.$message.success("取消成功!"); this.$message.success("取消成功!");
this.getList(); this.getList();
} else {
this.$message.error(res.data.message)
} }
}, },
(err) => {} (err) => {}
......
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