From cf570a4806175774446ed410ce14c703ca69527f Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Sun, 16 Mar 2025 10:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E6=B7=BB=E5=8A=A0tenantId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/screening/h5.vue | 10 ++++++---- acupuncture-前台/src/views/screening/qrCode.vue | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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 @@ >