码上放心回显数据展示

dev_unify
qiuyt 8 months ago
parent 67450cd8a8
commit b393a97873

@ -694,17 +694,18 @@ export default {
this.queryList = re.data.queryList this.queryList = re.data.queryList
this.fromList = re.data.fromList this.fromList = re.data.fromList
this.getCompanyInfo() this.getCompanyInfo()
}) })
this.headers = { this.headers = {
ADMIN_ID: store.getters.adminId, ADMIN_ID: store.getters.adminId,
ADMIN_TOKEN: store.getters.token ADMIN_TOKEN: store.getters.token
} }
}, },
// mounted(){ mounted(){
// this.restAssuredOnCodeQuery.appKey = this.inputQuery.alihealthAppKey
// this.restAssuredOnCodeQuery.appSecret = this.inputQuery.alihealthAppSecret
// this.restAssuredOnCodeQuery.refEntId = this.inputQuery.alihealthRefEntId },
// },
components: { components: {
draggable, draggable,
companyAddCert, companyAddCert,
@ -718,7 +719,15 @@ export default {
} }
getCompany(query) getCompany(query)
.then((response) => { .then((response) => {
this.inputQuery = response.data 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) { if (this.inputQuery.auditStatus == null) {
this.inputQuery.auditStatus = 0 this.inputQuery.auditStatus = 0
} }

Loading…
Cancel
Save