efaas-flow-design 1.0.9 → 1.0.10

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.
@@ -40218,7 +40218,7 @@ const commonApi_request = (url, ...arg) => baseRequest(url, ...arg);
40218
40218
  },
40219
40219
  // 获取用户选择器
40220
40220
  userPageApi(data) {
40221
- return commonApi_request('/sys/user/userSelector', data, 'get');
40221
+ return commonApi_request('/sys/role/userSelector', data, 'get');
40222
40222
  },
40223
40223
  // 根据id集合获取角色集合
40224
40224
  userCenterGetRoleListByIdList(data) {
@@ -40236,7 +40236,7 @@ const commonApi_request = (url, ...arg) => baseRequest(url, ...arg);
40236
40236
  },
40237
40237
  // 获取用户选择器
40238
40238
  userPageApi(data) {
40239
- return commonApi_request('/sys/user/userSelector', data, 'get');
40239
+ return commonApi_request('/sys/role/userSelector', data, 'get');
40240
40240
  },
40241
40241
  // 根据id集合获取角色集合
40242
40242
  userCenterGetRoleListByIdList(data) {