|
|
|
@ -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
|
|
|
|
|
}
|
|
|
|
|