From f905915f34f0c56ecf01d9a7c239c0a2e8e995ef Mon Sep 17 00:00:00 2001 From: chenqi Date: Thu, 12 Mar 2026 14:55:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=A4=E7=90=86=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=82=A3=E8=80=85=E5=88=97=E8=A1=A8=E6=94=B9=E4=B8=BA=E6=8C=89?= =?UTF-8?q?=E7=97=85=E5=8C=BA=E8=BF=87=E6=BB=A4=20(Bug=20#175)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将orgId过滤改为wardLocationId过滤 - 显示当前护士负责病区的所有患者 - 修复李光明等患者无法显示的问题 --- .../src/views/inpatientNurse/nursingRecord/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/inpatientNurse/nursingRecord/index.vue b/openhis-ui-vue3/src/views/inpatientNurse/nursingRecord/index.vue index b4a4e371..4d2f81d0 100644 --- a/openhis-ui-vue3/src/views/inpatientNurse/nursingRecord/index.vue +++ b/openhis-ui-vue3/src/views/inpatientNurse/nursingRecord/index.vue @@ -136,7 +136,8 @@ const queryParams = ref({ pageNo: 1, pageSize: 10, searchKey: undefined, - orgId: userStore.orgId, + // 按病区过滤,显示当前护士负责的病区患者 + wardLocationId: userStore.wardId, }); const recordQueryParams = ref({