yuang-framework-ui-pc 1.1.74 → 1.1.76

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.
@@ -128,7 +128,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
128
128
  orderParamList,
129
129
  uimsApplicationIdForEqual: props.uimsApplication.id,
130
130
  // 查询角色存在的用户id
131
- selectRoleExistsUserIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectExistsUser) && ((_b = props.param) == null ? void 0 : _b.selectRoleExistsUserId),
131
+ selectRoleExistsUserIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectRoleOfExistsUser) && ((_b = props.param) == null ? void 0 : _b.selectRoleExistsUserId),
132
132
  // 是否排除所有人角色
133
133
  isExcludeEveryOne: true
134
134
  };
@@ -26,8 +26,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  modelValue: modelValue.value,
27
27
  isMultiple: true,
28
28
  isShowInput: true,
29
- // 是否禁止选择已存在的用户
30
- isDisableSelectExistsUser: true,
29
+ // 是否禁止选择已存在用户的角色
30
+ isDisableSelectRoleOfExistsUser: true,
31
31
  ...props.param,
32
32
  initList: initList.value
33
33
  }));
@@ -150,9 +150,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
150
150
  ...queryParam,
151
151
  ...pageParam,
152
152
  orderParamList,
153
+ queryForMode: "organization",
153
154
  organizationIdForEqual: props.uimsOrganization.id,
154
155
  // 查询用户存在的角色id
155
- selectUserExistsRoleIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectExistsRole) && ((_b = props.param) == null ? void 0 : _b.selectUserExistsRoleId)
156
+ selectUserExistsRoleIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectUserOfExistsRole) && ((_b = props.param) == null ? void 0 : _b.selectUserExistsRoleId)
156
157
  };
157
158
  const res = await http.post(`${application.gatewayServerBaseUrl}/uims-api/admin/uims-user/selectPage`, data);
158
159
  tableList.value = res.data.data.records;
@@ -27,8 +27,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
27
27
  modelValue: modelValue.value,
28
28
  isMultiple: true,
29
29
  isShowInput: true,
30
- // 是否禁止选择已存在的角色
31
- isDisableSelectExistsRole: true,
30
+ // 是否禁止选择已存在角色的用户
31
+ isDisableSelectUserOfExistsRole: true,
32
32
  ...props.param,
33
33
  initList: initList.value,
34
34
  initSelectionList: initSelectionList.value
@@ -129,7 +129,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
129
129
  orderParamList,
130
130
  uimsApplicationIdForEqual: props.uimsApplication.id,
131
131
  // 查询角色存在的用户id
132
- selectRoleExistsUserIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectExistsUser) && ((_b = props.param) == null ? void 0 : _b.selectRoleExistsUserId),
132
+ selectRoleExistsUserIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectRoleOfExistsUser) && ((_b = props.param) == null ? void 0 : _b.selectRoleExistsUserId),
133
133
  // 是否排除所有人角色
134
134
  isExcludeEveryOne: true
135
135
  };
@@ -27,8 +27,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
27
27
  modelValue: modelValue.value,
28
28
  isMultiple: true,
29
29
  isShowInput: true,
30
- // 是否禁止选择已存在的用户
31
- isDisableSelectExistsUser: true,
30
+ // 是否禁止选择已存在用户的角色
31
+ isDisableSelectRoleOfExistsUser: true,
32
32
  ...props.param,
33
33
  initList: initList.value
34
34
  }));
@@ -151,9 +151,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
151
151
  ...queryParam,
152
152
  ...pageParam,
153
153
  orderParamList,
154
+ queryForMode: "organization",
154
155
  organizationIdForEqual: props.uimsOrganization.id,
155
156
  // 查询用户存在的角色id
156
- selectUserExistsRoleIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectExistsRole) && ((_b = props.param) == null ? void 0 : _b.selectUserExistsRoleId)
157
+ selectUserExistsRoleIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectUserOfExistsRole) && ((_b = props.param) == null ? void 0 : _b.selectUserExistsRoleId)
157
158
  };
158
159
  const res = await httpConfig.http.post(`${applicationConfig.application.gatewayServerBaseUrl}/uims-api/admin/uims-user/selectPage`, data);
159
160
  tableList.value = res.data.data.records;
@@ -28,8 +28,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
28
28
  modelValue: modelValue.value,
29
29
  isMultiple: true,
30
30
  isShowInput: true,
31
- // 是否禁止选择已存在的角色
32
- isDisableSelectExistsRole: true,
31
+ // 是否禁止选择已存在角色的用户
32
+ isDisableSelectUserOfExistsRole: true,
33
33
  ...props.param,
34
34
  initList: initList.value,
35
35
  initSelectionList: initSelectionList.value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.74",
3
+ "version": "1.1.76",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",