sun-biz 0.0.4-beta.59 → 0.0.4-beta.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ export type UserQueryParams = {
7
7
  keyWord?: string;
8
8
  userNo?: string;
9
9
  hospitalId?: string;
10
+ orgLocationId?: string;
10
11
  userJobCodes?: string[];
11
12
  bizUnitId?: string;
12
13
  userId?: string;
@@ -7333,7 +7333,8 @@ const CLOSE_OTHER_POPOVERS_EVENT = 'user-select:close-others'; /*
7333
7333
  tableProps: {},
7334
7334
  selectProps: {},
7335
7335
  onlyEnabledFlag: {},
7336
- allowSelectDisabledFlag: {}
7336
+ allowSelectDisabledFlag: {},
7337
+ orgLocationId: {}
7337
7338
  },
7338
7339
  emits: [
7339
7340
  'change',
@@ -7473,6 +7474,7 @@ const CLOSE_OTHER_POPOVERS_EVENT = 'user-select:close-others'; /*
7473
7474
  const [, res] = await api_queryUserList({
7474
7475
  ...data,
7475
7476
  hospitalId: 'all' === props.hospitalId ? void 0 : props.hospitalId,
7477
+ orgLocationId: props.orgLocationId || void 0,
7476
7478
  userJobCodes: props.userJobCodes,
7477
7479
  bizUnitId: props.bizUnitId,
7478
7480
  userTypeCode: props.userTypeCode,
package/dist/index.js CHANGED
@@ -7999,7 +7999,8 @@ const CLOSE_OTHER_POPOVERS_EVENT = 'user-select:close-others'; /*
7999
7999
  tableProps: {},
8000
8000
  selectProps: {},
8001
8001
  onlyEnabledFlag: {},
8002
- allowSelectDisabledFlag: {}
8002
+ allowSelectDisabledFlag: {},
8003
+ orgLocationId: {}
8003
8004
  },
8004
8005
  emits: [
8005
8006
  'change',
@@ -8139,6 +8140,7 @@ const CLOSE_OTHER_POPOVERS_EVENT = 'user-select:close-others'; /*
8139
8140
  const [, res] = await api_queryUserList({
8140
8141
  ...data,
8141
8142
  hospitalId: 'all' === props.hospitalId ? void 0 : props.hospitalId,
8143
+ orgLocationId: props.orgLocationId || void 0,
8142
8144
  userJobCodes: props.userJobCodes,
8143
8145
  bizUnitId: props.bizUnitId,
8144
8146
  userTypeCode: props.userTypeCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sun-biz",
3
- "version": "0.0.4-beta.59",
3
+ "version": "0.0.4-beta.60",
4
4
  "type": "module",
5
5
  "workspaces": [
6
6
  "src/*",