Commit 2c86096a authored by youjie's avatar youjie

no message

parent a5a310e1
...@@ -699,6 +699,7 @@ export default { ...@@ -699,6 +699,7 @@ export default {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.Success(res.data.message); this.Success(res.data.message);
this.loadingOP = false this.loadingOP = false
this.$emit("success");
}else{ }else{
this.Error(res.data.message) this.Error(res.data.message)
this.loadingOP = false this.loadingOP = false
......
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