Commit fc34dd31 authored by qzhxx's avatar qzhxx

merge

parent 827127c5
...@@ -368,8 +368,13 @@ export default { ...@@ -368,8 +368,13 @@ export default {
}) })
.then( .then(
(res) => { (res) => {
this.$message({ type: "success", message: "删除成功!" }); if(res.data.resultCode==='200'){
_this.Search(); this.$message({ type: "success", message: "删除成功!" });
_this.Search();
}else{
this.$message({ type: "error", message: res.data.message });
}
}, },
(error) => { (error) => {
this.$message({ this.$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