From b393a97873ed5693f5a2d79e2965476fae7f7eb1 Mon Sep 17 00:00:00 2001 From: qiuyt Date: Fri, 15 Nov 2024 17:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A0=81=E4=B8=8A=E6=94=BE=E5=BF=83=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/supplier/company/basicCompany.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/views/supplier/company/basicCompany.vue b/src/views/supplier/company/basicCompany.vue index 94e4a8e..7636f10 100644 --- a/src/views/supplier/company/basicCompany.vue +++ b/src/views/supplier/company/basicCompany.vue @@ -694,17 +694,18 @@ export default { this.queryList = re.data.queryList this.fromList = re.data.fromList this.getCompanyInfo() + }) + this.headers = { ADMIN_ID: store.getters.adminId, ADMIN_TOKEN: store.getters.token } }, - // mounted(){ - // this.restAssuredOnCodeQuery.appKey = this.inputQuery.alihealthAppKey - // this.restAssuredOnCodeQuery.appSecret = this.inputQuery.alihealthAppSecret - // this.restAssuredOnCodeQuery.refEntId = this.inputQuery.alihealthRefEntId - // }, + mounted(){ + + + }, components: { draggable, companyAddCert, @@ -718,7 +719,15 @@ export default { } getCompany(query) .then((response) => { + this.inputQuery = response.data + console.log('this.inputQuery.alihealthAppKey,',this.inputQuery.alihealthAppKey,) + this.restAssuredOnCodeQuery ={ + appKey:this.inputQuery.alihealthAppKey, + appSecret:this.inputQuery.alihealthAppSecret, + refEntId:this.inputQuery.alihealthRefEntId + + } if (this.inputQuery.auditStatus == null) { this.inputQuery.auditStatus = 0 }