Commit fc34dd31 authored by qzhxx's avatar qzhxx

merge

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