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.
- package/es/yu-uims-organization-dialog/style/index.d.ts +1 -0
- package/es/yu-uims-organization-dialog/style/index.js +1 -0
- package/es/yu-uims-organization-dialog/style/index.scss +0 -0
- package/es/yu-uims-role-dialog/components/role-list.js +1 -1
- package/es/yu-uims-role-dialog/style/index.d.ts +1 -0
- package/es/yu-uims-role-dialog/style/index.js +1 -0
- package/es/yu-uims-role-dialog/style/index.scss +0 -0
- package/es/yu-uims-user-dialog/style/index.d.ts +1 -0
- package/es/yu-uims-user-dialog/style/index.js +1 -0
- package/es/yu-uims-user-dialog/style/index.scss +0 -0
- package/lib/yu-uims-organization-dialog/style/index.cjs +2 -0
- package/lib/yu-uims-organization-dialog/style/index.d.ts +1 -0
- package/lib/yu-uims-organization-dialog/style/index.scss +0 -0
- package/lib/yu-uims-role-dialog/components/role-list.cjs +1 -1
- package/lib/yu-uims-role-dialog/style/index.cjs +2 -0
- package/lib/yu-uims-role-dialog/style/index.d.ts +1 -0
- package/lib/yu-uims-role-dialog/style/index.scss +0 -0
- package/lib/yu-uims-user-dialog/style/index.cjs +2 -0
- package/lib/yu-uims-user-dialog/style/index.d.ts +1 -0
- package/lib/yu-uims-user-dialog/style/index.scss +0 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./index.scss";
|
|
File without changes
|
|
@@ -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, ...{
|
|
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
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./index.scss";
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./index.scss";
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
File without changes
|
|
@@ -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, ...{
|
|
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 @@
|
|
|
1
|
+
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
File without changes
|