|
|
@@ -201,6 +201,7 @@
|
|
|
}
|
|
|
let res = await this.$post("/api/admin/kaifawu/getDetail", data);
|
|
|
if (res && res.status === 1) {
|
|
|
+ res.data.verifying = res.data.verifying || {}
|
|
|
this.detailData = res.data
|
|
|
switch(this.detailData.companyInfo.applyInfo.status){
|
|
|
case '0':
|
|
|
@@ -216,6 +217,7 @@
|
|
|
this.company_verify_status = '拒绝';
|
|
|
break;
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
async userinfo(uid){
|