diff --git a/acupuncture-前台/src/views/screening/h5.vue b/acupuncture-前台/src/views/screening/h5.vue index 6d385805..9734ffb9 100644 --- a/acupuncture-前台/src/views/screening/h5.vue +++ b/acupuncture-前台/src/views/screening/h5.vue @@ -180,7 +180,7 @@ export default { loading: false, disabled: true, - hospitalId: "", + tenantId: "", tenantName: "", stepNum: 2, // 步骤数 uploadFileUrl: process.env.VUE_APP_BASE_URL + "/baidu/ocr/idcardInfo", // 上传的图片服务器地址 @@ -413,7 +413,9 @@ export default { }; }, created() { - this.hospitalId = this.$route.query.hospitalId; + this.tenantId = this.$route.query.tenantId; + console.log("this.tenantId", this.tenantId); + this.getQueryHospitalNoToken(); // 组织id获取组织名称 }, methods: { @@ -558,8 +560,8 @@ export default { const params = { param: { type: 33, - hospitalId: this.hospitalId, - centerId: this.hospitalId, + tenantId: this.tenantId, + centerId: this.tenantId, }, }; create(params).then(async (res) => { diff --git a/acupuncture-前台/src/views/screening/qrCode.vue b/acupuncture-前台/src/views/screening/qrCode.vue index ca00498f..25af8eff 100644 --- a/acupuncture-前台/src/views/screening/qrCode.vue +++ b/acupuncture-前台/src/views/screening/qrCode.vue @@ -90,7 +90,7 @@ >