Commit 9ad64129 authored by huangjie's avatar huangjie

*

parent c61d57e4
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
} }
addLabel(JSON.stringify(param)).then(res=>{ addLabel(JSON.stringify(param)).then(res=>{
if (res.code == 200){ if (res.code == 200){
this.$message.success('修改成功!') // this.$message.success('修改成功!')
this.tipsvalue = "" this.tipsvalue = ""
this.getXMSL() this.getXMSL()
}else{ }else{
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
} }
removeLabel(JSON.stringify(param)).then(res=>{ removeLabel(JSON.stringify(param)).then(res=>{
if (res.code == 200){ if (res.code == 200){
this.$message.success('修改成功!') // this.$message.success('修改成功!')
this.getXMSL() this.getXMSL()
}else{ }else{
this.$message.error(res.msg) this.$message.error(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