From 6e7eb0c17421184b55fe7280bdc1df214c6c7282 Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Sat, 15 Mar 2025 18:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=8F=E8=83=96=E9=A2=9C=E8=89=B2=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=9C=8B=E4=B8=8D=E6=B8=85=EF=BC=8C=E4=B8=8B=E4=B8=80?= =?UTF-8?q?=E6=AD=A5=E6=BB=9A=E5=8A=A8=E6=9D=A1=E5=9B=9E=E5=88=B0=E9=A1=B6?= =?UTF-8?q?=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/screening/index.vue | 2 -- acupuncture-前台/src/views/screening/qrCode.vue | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/acupuncture-前台/src/views/screening/index.vue b/acupuncture-前台/src/views/screening/index.vue index 83254178e..f781f8d2a 100644 --- a/acupuncture-前台/src/views/screening/index.vue +++ b/acupuncture-前台/src/views/screening/index.vue @@ -301,8 +301,6 @@ export default { startAge: "", //开始年龄 endAge: "", //结束年龄 tenantId: "", //建档组织 - createBy: "", //建档人 - sourceId: "", //来源 }; this.handleQuery(); }, diff --git a/acupuncture-前台/src/views/screening/qrCode.vue b/acupuncture-前台/src/views/screening/qrCode.vue index f6e568695..986bec380 100644 --- a/acupuncture-前台/src/views/screening/qrCode.vue +++ b/acupuncture-前台/src/views/screening/qrCode.vue @@ -253,7 +253,7 @@ export default { /** 重置按钮操作 */ resetQuery() { this.queryParams.param = { - keywords: "", //关键字 + tenantId: "", //关键字 }; this.handleQuery(); },