Commit 438befa7 authored by youjie's avatar youjie

Revert "11"

This reverts commit c4d464ea.
parent a76208e7
...@@ -694,7 +694,7 @@ ...@@ -694,7 +694,7 @@
text: '审核中...', text: '审核中...',
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
}); });
that.apipost("/api/Trade/UpdateCompanyEnterpriseStatus", msg, res => { that.apipost("/api/Trade/UpdateCompanyStatus", msg, res => {
loading.close(); loading.close();
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.resondialog2 = false that.resondialog2 = false
...@@ -705,7 +705,9 @@ ...@@ -705,7 +705,9 @@
that.Error(res.data.message) that.Error(res.data.message)
} }
}) })
} }
}, },
auditfail() { //失败理由 auditfail() { //失败理由
this.resondialog2 = true; this.resondialog2 = true;
......
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