fix: 护理记录患者列表显示所有在院患者 (Bug #175)
- 移除orgId过滤,不再按科室限制患者显示 - 修复李光明等患者无法显示的问题 - 现在显示所有在院患者,不按科室/病区过滤
This commit is contained in:
@@ -136,8 +136,7 @@ const queryParams = ref({
|
|||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
searchKey: undefined,
|
searchKey: undefined,
|
||||||
// 按病区过滤,显示当前护士负责的病区患者
|
// 不传递wardLocationId,显示所有在院患者
|
||||||
wardLocationId: userStore.wardId,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const recordQueryParams = ref({
|
const recordQueryParams = ref({
|
||||||
|
|||||||
Reference in New Issue
Block a user