yuang-framework-ui-pc 1.1.75 → 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.
@@ -150,6 +150,7 @@ 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
156
  selectUserExistsRoleIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectUserOfExistsRole) && ((_b = props.param) == null ? void 0 : _b.selectUserExistsRoleId)
@@ -151,6 +151,7 @@ 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
157
  selectUserExistsRoleIdForEqual: ((_a = props.param) == null ? void 0 : _a.isDisableSelectUserOfExistsRole) && ((_b = props.param) == null ? void 0 : _b.selectUserExistsRoleId)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.75",
3
+ "version": "1.1.76",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",