Compare commits
2 Commits
52951d7296
...
d45955f6de
| Author | SHA1 | Date | |
|---|---|---|---|
| d45955f6de | |||
| f905915f34 |
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user