Commit 4a7adccf authored by 沈翠玲's avatar 沈翠玲

修改bug

parent 7ee78230
...@@ -383,6 +383,8 @@ export default { ...@@ -383,6 +383,8 @@ export default {
}).then((res) => { }).then((res) => {
if(res.code === 200) { if(res.code === 200) {
this.getList() this.getList()
} else {
this.$modal.msgSuccess(res.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 to comment