@fly-vue/lcdp-iview 1.7.5-2 → 1.7.5-3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ declare function build(userApiUrl: any, orgApiUrl: any, userSelectOptions?: any,
11
11
  }>;
12
12
  queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
13
13
  queryUserByIds: (userIds: any) => any;
14
- pageQueryUserByOrg: (orgIds: any, userIds: any, pageParams: any, filters?: string) => Promise<unknown>;
14
+ pageQueryUserByOrg: (orgId: any, userIds: any, pageParams: any, filters: string, kindId: any) => Promise<unknown>;
15
15
  pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
16
16
  getOrgIdField: () => any;
17
17
  getOrgParentField: () => any;
@@ -40,7 +40,7 @@ declare const _default: {
40
40
  }>;
41
41
  queryUserByKeyword: (keyword: any, userIds: any) => Promise<unknown>;
42
42
  queryUserByIds: (userIds: any) => any;
43
- pageQueryUserByOrg: (orgIds: any, userIds: any, pageParams: any, filters?: string) => Promise<unknown>;
43
+ pageQueryUserByOrg: (orgId: any, userIds: any, pageParams: any, filters: string, kindId: any) => Promise<unknown>;
44
44
  pageQueryUserByKeyword: (queryKeyword: any, userIds: any, pageParams: any) => Promise<unknown>;
45
45
  getOrgIdField: () => any;
46
46
  getOrgParentField: () => any;
@@ -1,5 +1,5 @@
1
1
  {
2
- "date": "20230531092601",
2
+ "date": "20230612181230",
3
3
  "distModuleDir": "modules/fly_vue_lcdp_iview",
4
4
  "distModuleDirName": "modules",
5
5
  "dll": true,
@@ -36,5 +36,5 @@
36
36
  "name": "@fly-vue/lcdp-iview",
37
37
  "npmPacks": [
38
38
  ],
39
- "version": "1.7.5-2"
39
+ "version": "1.7.5-3"
40
40
  }