Commit b10636f1 authored by Mac's avatar Mac

1

parent 1129c228
...@@ -437,12 +437,18 @@ ...@@ -437,12 +437,18 @@
CompanyStatus: type, CompanyStatus: type,
Remark:that.AuditRemark Remark:that.AuditRemark
} }
const loading = that.$loading({
lock: true,
text: '审核中...',
spinner: 'el-icon-loading',
});
that.apipost("/api/Trade/UpdateCompanyStatus", msg, res => { that.apipost("/api/Trade/UpdateCompanyStatus", msg, res => {
loading.close();
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
if(that.type == 2){ if(type == 2){
this.resondialog2 = false that.resondialog2 = false
} }
this.Success(res.data.message) that.Success(res.data.message)
that.isShowInfo = false; that.isShowInfo = false;
that.getList(); 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