yuang-framework-ui-pc 1.1.65 → 1.1.67

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.
@@ -0,0 +1 @@
1
+ import "./index.scss";
@@ -109,7 +109,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
109
109
  const selections = ref([]);
110
110
  const datasource = async ({ queryParam, pageParam, orderParamList }) => {
111
111
  var _a, _b;
112
- const data = { ...queryParam, ...pageParam, orderParamList, ...{ uimsApplicationId: props.application.id, selectIsRoleExistsUserId: ((_a = props.param) == null ? void 0 : _a.isDisableSelectExistsUser) && ((_b = props.param) == null ? void 0 : _b.selectIsRoleExistsUserId) } };
112
+ const data = { ...queryParam, ...pageParam, orderParamList, ...{ uimsApplicationIdForEqual: props.application.id, selectIsRoleExistsUserId: ((_a = props.param) == null ? void 0 : _a.isDisableSelectExistsUser) && ((_b = props.param) == null ? void 0 : _b.selectIsRoleExistsUserId) } };
113
113
  const res = await http.post(`${application.gatewayServerBaseUrl}/uims-api/admin/uims-role/selectPage`, data);
114
114
  return res.data.data;
115
115
  };
@@ -0,0 +1 @@
1
+ import "./index.scss";
File without changes
@@ -0,0 +1 @@
1
+ import "./index.scss";
File without changes
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ require("./index.scss");
@@ -110,7 +110,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
110
110
  const selections = vue.ref([]);
111
111
  const datasource = async ({ queryParam, pageParam, orderParamList }) => {
112
112
  var _a, _b;
113
- const data = { ...queryParam, ...pageParam, orderParamList, ...{ uimsApplicationId: props.application.id, selectIsRoleExistsUserId: ((_a = props.param) == null ? void 0 : _a.isDisableSelectExistsUser) && ((_b = props.param) == null ? void 0 : _b.selectIsRoleExistsUserId) } };
113
+ const data = { ...queryParam, ...pageParam, orderParamList, ...{ uimsApplicationIdForEqual: props.application.id, selectIsRoleExistsUserId: ((_a = props.param) == null ? void 0 : _a.isDisableSelectExistsUser) && ((_b = props.param) == null ? void 0 : _b.selectIsRoleExistsUserId) } };
114
114
  const res = await httpConfig.http.post(`${applicationConfig.application.gatewayServerBaseUrl}/uims-api/admin/uims-role/selectPage`, data);
115
115
  return res.data.data;
116
116
  };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ require("./index.scss");
File without changes
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ require("./index.scss");
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.65",
3
+ "version": "1.1.67",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",