From dd9b77f6bbf02580cb4123faffb95540064b36d0 Mon Sep 17 00:00:00 2001 From: chenqi Date: Thu, 12 Mar 2026 14:57:27 +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=98=BE=E7=A4=BA=E6=89=80?= =?UTF-8?q?=E6=9C=89=E5=9C=A8=E9=99=A2=E6=82=A3=E8=80=85=20(Bug=20#175)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除orgId过滤,不再按科室限制患者显示 - 修复李光明等患者无法显示的问题 - 现在显示所有在院患者,不按科室/病区过滤 --- .../src/views/inpatientNurse/nursingRecord/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openhis-ui-vue3/src/views/inpatientNurse/nursingRecord/index.vue b/openhis-ui-vue3/src/views/inpatientNurse/nursingRecord/index.vue index 4d2f81d0..3fa1bc9d 100644 --- a/openhis-ui-vue3/src/views/inpatientNurse/nursingRecord/index.vue +++ b/openhis-ui-vue3/src/views/inpatientNurse/nursingRecord/index.vue @@ -136,8 +136,7 @@ const queryParams = ref({ pageNo: 1, pageSize: 10, searchKey: undefined, - // 按病区过滤,显示当前护士负责的病区患者 - wardLocationId: userStore.wardId, + // 不传递wardLocationId,显示所有在院患者 }); const recordQueryParams = ref({