feat: 护理记录患者列表恢复按科室过滤 (Bug #175)
- 恢复orgId过滤,只显示当前用户科室的在院患者 - 配合后端SQL修复,从就诊表获取科室ID - 李光明等同科室患者现在可以正常显示
This commit is contained in:
@@ -136,7 +136,7 @@ const queryParams = ref({
|
|||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
searchKey: undefined,
|
searchKey: undefined,
|
||||||
// 不传递wardLocationId,显示所有在院患者
|
orgId: userStore.orgId, // 按当前用户科室过滤
|
||||||
});
|
});
|
||||||
|
|
||||||
const recordQueryParams = ref({
|
const recordQueryParams = ref({
|
||||||
|
|||||||
Reference in New Issue
Block a user