Commit e7fd6178 authored by 沈良进's avatar 沈良进
parents 2e027c19 a27f4ca7
...@@ -666,6 +666,7 @@ ...@@ -666,6 +666,7 @@
this.getList() this.getList()
this.resetForm('addMsg'); this.resetForm('addMsg');
}else{ }else{
this.getList();
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
......
...@@ -873,6 +873,7 @@ export default { ...@@ -873,6 +873,7 @@ export default {
this.getList(); this.getList();
this.resetForm("addMsg"); this.resetForm("addMsg");
} else { } else {
this.getList();
this.$message.error(res.data.message); this.$message.error(res.data.message);
} }
}, },
......
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