Commit c4d464ea authored by 黄奎's avatar 黄奎

11

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