fix: 护理记录患者列表改为按病区过滤 (Bug #175)

- 将orgId过滤改为wardLocationId过滤
- 显示当前护士负责病区的所有患者
- 修复李光明等患者无法显示的问题
This commit is contained in:
2026-03-12 14:55:58 +08:00
parent 3c47979913
commit f905915f34

View File

@@ -136,7 +136,8 @@ const queryParams = ref({
pageNo: 1, pageNo: 1,
pageSize: 10, pageSize: 10,
searchKey: undefined, searchKey: undefined,
orgId: userStore.orgId, // 按病区过滤,显示当前护士负责的病区患者
wardLocationId: userStore.wardId,
}); });
const recordQueryParams = ref({ const recordQueryParams = ref({