Commit 1129c228 authored by Mac's avatar Mac

1

parent 060c0e16
...@@ -439,11 +439,12 @@ ...@@ -439,11 +439,12 @@
} }
that.apipost("/api/Trade/UpdateCompanyStatus", msg, res => { that.apipost("/api/Trade/UpdateCompanyStatus", msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.isShowInfo = false;
that.getList();
if(that.type == 2){ if(that.type == 2){
this.resondialog2 = false this.resondialog2 = false
} }
this.Success(res.data.message)
that.isShowInfo = false;
that.getList();
} }
}) })
}); });
......
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