@pubinfo-pr/core 0.182.1 → 0.182.3
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/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +1 -1
- package/dist/built-in/pinia-plugin/plugins/persistedstate/utils.d.ts +1 -1
- package/dist/features/api/modules/auth/renzhengfuwu.d.ts +14 -14
- package/dist/features/api/modules/configData/heibaimingdanfuwu.d.ts +5 -5
- package/dist/features/api/modules/configData/xitongpeizhifuwu.d.ts +14 -14
- package/dist/features/api/modules/configData/zidifuwu.d.ts +10 -10
- package/dist/features/api/modules/rbac/gangweijiekou.d.ts +6 -6
- package/dist/features/api/modules/rbac/jiaosejiekou.d.ts +7 -7
- package/dist/features/api/modules/rbac/pubJiaosezukongzhiqi.d.ts +7 -7
- package/dist/features/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +9 -9
- package/dist/features/api/modules/rbac/yonghujiekou.d.ts +16 -16
- package/dist/features/api/modules/rbac/yonghushoucangbiaojiekou.d.ts +5 -5
- package/dist/features/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +4 -4
- package/dist/features/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.d.ts +6 -6
- package/dist/features/api/modules/rbac/ziyuanjiekou.d.ts +14 -14
- package/dist/features/api/modules/rbac/zuhuguanlijiekou.d.ts +5 -5
- package/dist/features/api/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +4 -4
- package/dist/features/api/modules/rbac/zuzhijiekou.d.ts +9 -9
- package/dist/index-BXLF9xfN.js +2 -2
- package/package.json +7 -7
- package/src/built-in/devtools/index.ts +5 -5
- package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +2 -2
- package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +1 -1
- package/src/built-in/layout-component/composables/useGlobalSearch.ts +1 -1
- package/src/built-in/pinia-plugin/plugins/persistedstate/README.md +1 -1
- package/src/built-in/pinia-plugin/plugins/persistedstate/utils.ts +1 -1
- package/src/features/api/modules/auth/renzhengfuwu.ts +14 -14
- package/src/features/api/modules/configData/heibaimingdanfuwu.ts +5 -5
- package/src/features/api/modules/configData/xitongpeizhifuwu.ts +14 -14
- package/src/features/api/modules/configData/zidifuwu.ts +10 -10
- package/src/features/api/modules/rbac/gangweijiekou.ts +6 -6
- package/src/features/api/modules/rbac/jiaosejiekou.ts +7 -7
- package/src/features/api/modules/rbac/pubJiaosezukongzhiqi.ts +7 -7
- package/src/features/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +9 -9
- package/src/features/api/modules/rbac/yonghujiekou.ts +16 -16
- package/src/features/api/modules/rbac/yonghushoucangbiaojiekou.ts +5 -5
- package/src/features/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +4 -4
- package/src/features/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.ts +6 -6
- package/src/features/api/modules/rbac/ziyuanjiekou.ts +14 -14
- package/src/features/api/modules/rbac/zuhuguanlijiekou.ts +5 -5
- package/src/features/api/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +4 -4
- package/src/features/api/modules/rbac/zuzhijiekou.ts +9 -9
- package/src/features/pages/profile/index.vue +2 -2
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 验证码-修改登录密码
|
|
5
5
|
* @url /rbac/user/captcha/changePasswordWithVerifyCode
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacUserCaptchaChangePasswordWithVerifyCode<
|
|
10
10
|
R = API.ResponseDataVoid,
|
|
@@ -29,7 +29,7 @@ export function postRbacUserCaptchaChangePasswordWithVerifyCode<
|
|
|
29
29
|
* @description 修改登录密码
|
|
30
30
|
* @url /rbac/user/changePassword
|
|
31
31
|
* @method PUT
|
|
32
|
-
* @author @pubinfo/openapi
|
|
32
|
+
* @author @pubinfo-pr/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function putRbacUserChangePassword<
|
|
35
35
|
R = API.ResponseDataVoid,
|
|
@@ -54,7 +54,7 @@ export function putRbacUserChangePassword<
|
|
|
54
54
|
* @description 修改登录密码
|
|
55
55
|
* @url /rbac/user/changePassword
|
|
56
56
|
* @method POST
|
|
57
|
-
* @author @pubinfo/openapi
|
|
57
|
+
* @author @pubinfo-pr/openapi
|
|
58
58
|
*/
|
|
59
59
|
export function postRbacUserChangePassword<
|
|
60
60
|
R = API.ResponseDataVoid,
|
|
@@ -79,7 +79,7 @@ export function postRbacUserChangePassword<
|
|
|
79
79
|
* @description 修改登录密码(验证码)
|
|
80
80
|
* @url /rbac/user/changePasswordWithVerifyCode
|
|
81
81
|
* @method POST
|
|
82
|
-
* @author @pubinfo/openapi
|
|
82
|
+
* @author @pubinfo-pr/openapi
|
|
83
83
|
*/
|
|
84
84
|
export function postRbacUserChangePasswordWithVerifyCode<
|
|
85
85
|
R = API.ResponseDataVoid,
|
|
@@ -104,7 +104,7 @@ export function postRbacUserChangePasswordWithVerifyCode<
|
|
|
104
104
|
* @description 编辑角色和授权数据权限
|
|
105
105
|
* @url /rbac/user/grantUserRoleAndDatPermission
|
|
106
106
|
* @method POST
|
|
107
|
-
* @author @pubinfo/openapi
|
|
107
|
+
* @author @pubinfo-pr/openapi
|
|
108
108
|
*/
|
|
109
109
|
export function postRbacUserGrantUserRoleAndDatPermission<
|
|
110
110
|
R = API.ResponseDataVoid,
|
|
@@ -125,7 +125,7 @@ export function postRbacUserGrantUserRoleAndDatPermission<
|
|
|
125
125
|
* @description 根据id查询
|
|
126
126
|
* @url /rbac/user/info
|
|
127
127
|
* @method GET
|
|
128
|
-
* @author @pubinfo/openapi
|
|
128
|
+
* @author @pubinfo-pr/openapi
|
|
129
129
|
*/
|
|
130
130
|
export function getRbacUserInfo<
|
|
131
131
|
R = API.ResponseDataPubUserBo,
|
|
@@ -146,7 +146,7 @@ export function getRbacUserInfo<
|
|
|
146
146
|
* @description 用户新增
|
|
147
147
|
* @url /rbac/user/pubUserAdd
|
|
148
148
|
* @method POST
|
|
149
|
-
* @author @pubinfo/openapi
|
|
149
|
+
* @author @pubinfo-pr/openapi
|
|
150
150
|
*/
|
|
151
151
|
export function postRbacUserPubUserAdd<
|
|
152
152
|
R = API.ResponseDataString,
|
|
@@ -164,7 +164,7 @@ export function postRbacUserPubUserAdd<
|
|
|
164
164
|
* @description 重置登录密码
|
|
165
165
|
* @url /rbac/user/resetPassword
|
|
166
166
|
* @method PUT
|
|
167
|
-
* @author @pubinfo/openapi
|
|
167
|
+
* @author @pubinfo-pr/openapi
|
|
168
168
|
*/
|
|
169
169
|
export function putRbacUserResetPassword<
|
|
170
170
|
R = API.ResponseDataVoid,
|
|
@@ -189,7 +189,7 @@ export function putRbacUserResetPassword<
|
|
|
189
189
|
* @description 重置登录密码
|
|
190
190
|
* @url /rbac/user/resetPassword
|
|
191
191
|
* @method POST
|
|
192
|
-
* @author @pubinfo/openapi
|
|
192
|
+
* @author @pubinfo-pr/openapi
|
|
193
193
|
*/
|
|
194
194
|
export function postRbacUserResetPassword<
|
|
195
195
|
R = API.ResponseDataVoid,
|
|
@@ -214,7 +214,7 @@ export function postRbacUserResetPassword<
|
|
|
214
214
|
* @description 用户id和组织id查询详情
|
|
215
215
|
* @url /rbac/user/userAndOrgList
|
|
216
216
|
* @method POST
|
|
217
|
-
* @author @pubinfo/openapi
|
|
217
|
+
* @author @pubinfo-pr/openapi
|
|
218
218
|
*/
|
|
219
219
|
export function postRbacUserUserAndOrgList<
|
|
220
220
|
R = API.ResponseDataListPubUserDto,
|
|
@@ -235,7 +235,7 @@ export function postRbacUserUserAndOrgList<
|
|
|
235
235
|
* @description 用户删除
|
|
236
236
|
* @url /rbac/user/userDelete
|
|
237
237
|
* @method GET
|
|
238
|
-
* @author @pubinfo/openapi
|
|
238
|
+
* @author @pubinfo-pr/openapi
|
|
239
239
|
*/
|
|
240
240
|
export function getRbacUserUserDelete<
|
|
241
241
|
R = API.ResponseDataVoid,
|
|
@@ -256,7 +256,7 @@ export function getRbacUserUserDelete<
|
|
|
256
256
|
* @description 登录用户完整信息
|
|
257
257
|
* @url /rbac/user/userEntireInfo
|
|
258
258
|
* @method GET
|
|
259
|
-
* @author @pubinfo/openapi
|
|
259
|
+
* @author @pubinfo-pr/openapi
|
|
260
260
|
*/
|
|
261
261
|
export function getRbacUserUserEntireInfo<
|
|
262
262
|
R = API.ResponseDataPubUserBo,
|
|
@@ -271,7 +271,7 @@ export function getRbacUserUserEntireInfo<
|
|
|
271
271
|
* @description 用户和组织信息分页查询
|
|
272
272
|
* @url /rbac/user/userForMultiOrgPage
|
|
273
273
|
* @method POST
|
|
274
|
-
* @author @pubinfo/openapi
|
|
274
|
+
* @author @pubinfo-pr/openapi
|
|
275
275
|
*/
|
|
276
276
|
export function postRbacUserUserForMultiOrgPage<
|
|
277
277
|
R = API.ResponseDataPageDataPubUserOrgBo,
|
|
@@ -292,7 +292,7 @@ export function postRbacUserUserForMultiOrgPage<
|
|
|
292
292
|
* @description 用户分页查询
|
|
293
293
|
* @url /rbac/user/userPage
|
|
294
294
|
* @method POST
|
|
295
|
-
* @author @pubinfo/openapi
|
|
295
|
+
* @author @pubinfo-pr/openapi
|
|
296
296
|
*/
|
|
297
297
|
export function postRbacUserUserPage<
|
|
298
298
|
R = API.ResponseDataPageDataPubUserBo,
|
|
@@ -313,7 +313,7 @@ export function postRbacUserUserPage<
|
|
|
313
313
|
* @description 用户编辑
|
|
314
314
|
* @url /rbac/user/userUpdate
|
|
315
315
|
* @method POST
|
|
316
|
-
* @author @pubinfo/openapi
|
|
316
|
+
* @author @pubinfo-pr/openapi
|
|
317
317
|
*/
|
|
318
318
|
export function postRbacUserUserUpdate<
|
|
319
319
|
R = API.ResponseDataVoid,
|
|
@@ -334,7 +334,7 @@ export function postRbacUserUserUpdate<
|
|
|
334
334
|
* @description 用户编辑(详情和组织等)-2024年6月24日
|
|
335
335
|
* @url /rbac/user/userUpdate-v2
|
|
336
336
|
* @method POST
|
|
337
|
-
* @author @pubinfo/openapi
|
|
337
|
+
* @author @pubinfo-pr/openapi
|
|
338
338
|
*/
|
|
339
339
|
export function postRbacUserUserUpdateV2<
|
|
340
340
|
R = API.ResponseDataVoid,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 删除用户收藏表数据 删除用户收藏表数据
|
|
5
5
|
* @url /rbac/collect/${param0}/delete
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacCollectByIdDelete<
|
|
10
10
|
R = API.ResponseData,
|
|
@@ -29,7 +29,7 @@ export function postRbacCollectByIdDelete<
|
|
|
29
29
|
* @description 根据主键获取用户收藏表详情 根据主键获取用户收藏表详情
|
|
30
30
|
* @url /rbac/collect/${param0}/detail
|
|
31
31
|
* @method GET
|
|
32
|
-
* @author @pubinfo/openapi
|
|
32
|
+
* @author @pubinfo-pr/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function getRbacCollectByIdDetail<
|
|
35
35
|
R = API.ResponseDataPubUserCollect,
|
|
@@ -50,7 +50,7 @@ export function getRbacCollectByIdDetail<
|
|
|
50
50
|
* @description 添加用户收藏表数据 添加用户收藏表数据
|
|
51
51
|
* @url /rbac/collect/add
|
|
52
52
|
* @method POST
|
|
53
|
-
* @author @pubinfo/openapi
|
|
53
|
+
* @author @pubinfo-pr/openapi
|
|
54
54
|
*/
|
|
55
55
|
export function postRbacCollectAdd<
|
|
56
56
|
R = API.ResponseDataBoolean,
|
|
@@ -71,7 +71,7 @@ export function postRbacCollectAdd<
|
|
|
71
71
|
* @description 分页查询用户收藏表 分页查询用户收藏表
|
|
72
72
|
* @url /rbac/collect/findPage
|
|
73
73
|
* @method POST
|
|
74
|
-
* @author @pubinfo/openapi
|
|
74
|
+
* @author @pubinfo-pr/openapi
|
|
75
75
|
*/
|
|
76
76
|
export function postRbacCollectFindPage<
|
|
77
77
|
R = API.ResponseDataPageDataPubUserCollect,
|
|
@@ -92,7 +92,7 @@ export function postRbacCollectFindPage<
|
|
|
92
92
|
* @description 取消用户收藏表数据 取消用户收藏表数据
|
|
93
93
|
* @url /rbac/collect/removeCollect
|
|
94
94
|
* @method POST
|
|
95
|
-
* @author @pubinfo/openapi
|
|
95
|
+
* @author @pubinfo-pr/openapi
|
|
96
96
|
*/
|
|
97
97
|
export function postRbacCollectRemoveCollect<
|
|
98
98
|
R = API.ResponseDataBoolean,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 根据主键获取用户最近常用表详情 根据主键获取用户最近常用表详情
|
|
5
5
|
* @url /rbac/used/${param0}/detail
|
|
6
6
|
* @method GET
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function getRbacUsedByIdDetail<
|
|
10
10
|
R = API.ResponseDataPubUserUsed,
|
|
@@ -25,7 +25,7 @@ export function getRbacUsedByIdDetail<
|
|
|
25
25
|
* @description 添加用户最近常用表数据 添加用户最近常用表数据
|
|
26
26
|
* @url /rbac/used/add
|
|
27
27
|
* @method POST
|
|
28
|
-
* @author @pubinfo/openapi
|
|
28
|
+
* @author @pubinfo-pr/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function postRbacUsedAdd<R = API.ResponseData, T = API.ResponseData>(
|
|
31
31
|
body: API.AddPubUserUsedDto,
|
|
@@ -43,7 +43,7 @@ export function postRbacUsedAdd<R = API.ResponseData, T = API.ResponseData>(
|
|
|
43
43
|
* @description 批量添加用户最近常用表数据 批量添加用户最近常用表数据
|
|
44
44
|
* @url /rbac/used/addBatch
|
|
45
45
|
* @method POST
|
|
46
|
-
* @author @pubinfo/openapi
|
|
46
|
+
* @author @pubinfo-pr/openapi
|
|
47
47
|
*/
|
|
48
48
|
export function postRbacUsedAddBatch<
|
|
49
49
|
R = API.ResponseData,
|
|
@@ -64,7 +64,7 @@ export function postRbacUsedAddBatch<
|
|
|
64
64
|
* @description 分页查询用户最近常用表 分页查询用户最近常用表
|
|
65
65
|
* @url /rbac/used/findPage
|
|
66
66
|
* @method POST
|
|
67
|
-
* @author @pubinfo/openapi
|
|
67
|
+
* @author @pubinfo-pr/openapi
|
|
68
68
|
*/
|
|
69
69
|
export function postRbacUsedFindPage<
|
|
70
70
|
R = API.ResponseDataPageDataPubUserUsed,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 删除备份数据数据
|
|
5
5
|
* @url /rbac/resource-backup/deleteResourceBackup
|
|
6
6
|
* @method DELETE
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function deleteRbacResourceBackupDeleteResourceBackup<
|
|
10
10
|
R = API.ResponseDataVoid,
|
|
@@ -29,7 +29,7 @@ export function deleteRbacResourceBackupDeleteResourceBackup<
|
|
|
29
29
|
* @description 查看详情
|
|
30
30
|
* @url /rbac/resource-backup/detail
|
|
31
31
|
* @method GET
|
|
32
|
-
* @author @pubinfo/openapi
|
|
32
|
+
* @author @pubinfo-pr/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function getRbacResourceBackupDetail<
|
|
35
35
|
R = API.ResponseDataPubResourceBackupBO,
|
|
@@ -50,7 +50,7 @@ export function getRbacResourceBackupDetail<
|
|
|
50
50
|
* @description 资源导出
|
|
51
51
|
* @url /rbac/resource-backup/exportResourceData
|
|
52
52
|
* @method POST
|
|
53
|
-
* @author @pubinfo/openapi
|
|
53
|
+
* @author @pubinfo-pr/openapi
|
|
54
54
|
*/
|
|
55
55
|
export function postRbacResourceBackupExportResourceData<
|
|
56
56
|
R = API.ResponseDataPubResourceExportBO,
|
|
@@ -68,7 +68,7 @@ export function postRbacResourceBackupExportResourceData<
|
|
|
68
68
|
* @description 资源导入
|
|
69
69
|
* @url /rbac/resource-backup/importResourceData
|
|
70
70
|
* @method POST
|
|
71
|
-
* @author @pubinfo/openapi
|
|
71
|
+
* @author @pubinfo-pr/openapi
|
|
72
72
|
*/
|
|
73
73
|
export function postRbacResourceBackupImportResourceData<
|
|
74
74
|
R = API.ResponseDataVoid,
|
|
@@ -119,7 +119,7 @@ export function postRbacResourceBackupImportResourceData<
|
|
|
119
119
|
* @description 查看列表
|
|
120
120
|
* @url /rbac/resource-backup/list
|
|
121
121
|
* @method GET
|
|
122
|
-
* @author @pubinfo/openapi
|
|
122
|
+
* @author @pubinfo-pr/openapi
|
|
123
123
|
*/
|
|
124
124
|
export function getRbacResourceBackupList<
|
|
125
125
|
R = API.ResponseDataListPubResourceBackupBO,
|
|
@@ -140,7 +140,7 @@ export function getRbacResourceBackupList<
|
|
|
140
140
|
* @description 恢复数据
|
|
141
141
|
* @url /rbac/resource-backup/restore
|
|
142
142
|
* @method GET
|
|
143
|
-
* @author @pubinfo/openapi
|
|
143
|
+
* @author @pubinfo-pr/openapi
|
|
144
144
|
*/
|
|
145
145
|
export function getRbacResourceBackupRestore<
|
|
146
146
|
R = API.ResponseDataVoid,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 资源新增
|
|
5
5
|
* @url /rbac/resource/addResource
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacResourceAddResource<
|
|
10
10
|
R = API.ResponseDataPubResource,
|
|
@@ -25,7 +25,7 @@ export function postRbacResourceAddResource<
|
|
|
25
25
|
* @description 应用列表
|
|
26
26
|
* @url /rbac/resource/appList
|
|
27
27
|
* @method GET
|
|
28
|
-
* @author @pubinfo/openapi
|
|
28
|
+
* @author @pubinfo-pr/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function getRbacResourceAppList<
|
|
31
31
|
R = API.ResponseDataListPubResource,
|
|
@@ -40,7 +40,7 @@ export function getRbacResourceAppList<
|
|
|
40
40
|
* @description 资源绑定的角色列表
|
|
41
41
|
* @url /rbac/resource/getRoleListByResourceId
|
|
42
42
|
* @method GET
|
|
43
|
-
* @author @pubinfo/openapi
|
|
43
|
+
* @author @pubinfo-pr/openapi
|
|
44
44
|
*/
|
|
45
45
|
export function getRbacResourceGetRoleListByResourceId<
|
|
46
46
|
R = API.ResponseDataListPubRoleBo,
|
|
@@ -61,7 +61,7 @@ export function getRbacResourceGetRoleListByResourceId<
|
|
|
61
61
|
* @description 授权资源列表
|
|
62
62
|
* @url /rbac/resource/grantedResources
|
|
63
63
|
* @method GET
|
|
64
|
-
* @author @pubinfo/openapi
|
|
64
|
+
* @author @pubinfo-pr/openapi
|
|
65
65
|
*/
|
|
66
66
|
export function getRbacResourceGrantedResources<
|
|
67
67
|
R = API.ResponseDataListString,
|
|
@@ -76,7 +76,7 @@ export function getRbacResourceGrantedResources<
|
|
|
76
76
|
* @description 选择应用下的资源树
|
|
77
77
|
* @url /rbac/resource/groupResourceTree
|
|
78
78
|
* @method GET
|
|
79
|
-
* @author @pubinfo/openapi
|
|
79
|
+
* @author @pubinfo-pr/openapi
|
|
80
80
|
*/
|
|
81
81
|
export function getRbacResourceGroupResourceTree<
|
|
82
82
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -97,7 +97,7 @@ export function getRbacResourceGroupResourceTree<
|
|
|
97
97
|
* @description 根据id查询
|
|
98
98
|
* @url /rbac/resource/info
|
|
99
99
|
* @method GET
|
|
100
|
-
* @author @pubinfo/openapi
|
|
100
|
+
* @author @pubinfo-pr/openapi
|
|
101
101
|
*/
|
|
102
102
|
export function getRbacResourceInfo<
|
|
103
103
|
R = API.ResponseDataPubResource,
|
|
@@ -118,7 +118,7 @@ export function getRbacResourceInfo<
|
|
|
118
118
|
* @description 登录后菜单树加载
|
|
119
119
|
* @url /rbac/resource/menuTree
|
|
120
120
|
* @method POST
|
|
121
|
-
* @author @pubinfo/openapi
|
|
121
|
+
* @author @pubinfo-pr/openapi
|
|
122
122
|
*/
|
|
123
123
|
export function postRbacResourceMenuTree<
|
|
124
124
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -137,7 +137,7 @@ export function postRbacResourceMenuTree<
|
|
|
137
137
|
* @description 前端可自主选择的资源树(全量or自有)
|
|
138
138
|
* @url /rbac/resource/mineOrAllResourceTree
|
|
139
139
|
* @method POST
|
|
140
|
-
* @author @pubinfo/openapi
|
|
140
|
+
* @author @pubinfo-pr/openapi
|
|
141
141
|
*/
|
|
142
142
|
export function postRbacResourceMineOrAllResourceTree<
|
|
143
143
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -164,7 +164,7 @@ export function postRbacResourceMineOrAllResourceTree<
|
|
|
164
164
|
* @description 资源拖拉拽更新
|
|
165
165
|
* @url /rbac/resource/reSortUpdate
|
|
166
166
|
* @method POST
|
|
167
|
-
* @author @pubinfo/openapi
|
|
167
|
+
* @author @pubinfo-pr/openapi
|
|
168
168
|
*/
|
|
169
169
|
export function postRbacResourceReSortUpdate<
|
|
170
170
|
R = API.ResponseDataVoid,
|
|
@@ -185,7 +185,7 @@ export function postRbacResourceReSortUpdate<
|
|
|
185
185
|
* @description 资源删除
|
|
186
186
|
* @url /rbac/resource/resourceDelete
|
|
187
187
|
* @method GET
|
|
188
|
-
* @author @pubinfo/openapi
|
|
188
|
+
* @author @pubinfo-pr/openapi
|
|
189
189
|
*/
|
|
190
190
|
export function getRbacResourceResourceDelete<
|
|
191
191
|
R = API.ResponseDataVoid,
|
|
@@ -206,7 +206,7 @@ export function getRbacResourceResourceDelete<
|
|
|
206
206
|
* @description 资源列表通过父id查询
|
|
207
207
|
* @url /rbac/resource/resourceListByParentId
|
|
208
208
|
* @method GET
|
|
209
|
-
* @author @pubinfo/openapi
|
|
209
|
+
* @author @pubinfo-pr/openapi
|
|
210
210
|
*/
|
|
211
211
|
export function getRbacResourceResourceListByParentId<
|
|
212
212
|
R = API.ResponseDataListPubResource,
|
|
@@ -229,7 +229,7 @@ export function getRbacResourceResourceListByParentId<
|
|
|
229
229
|
* @description 全量树
|
|
230
230
|
* @url /rbac/resource/resourceTree
|
|
231
231
|
* @method GET
|
|
232
|
-
* @author @pubinfo/openapi
|
|
232
|
+
* @author @pubinfo-pr/openapi
|
|
233
233
|
*/
|
|
234
234
|
export function getRbacResourceResourceTree<
|
|
235
235
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -250,7 +250,7 @@ export function getRbacResourceResourceTree<
|
|
|
250
250
|
* @description 资源编辑
|
|
251
251
|
* @url /rbac/resource/resourceUpdate
|
|
252
252
|
* @method POST
|
|
253
|
-
* @author @pubinfo/openapi
|
|
253
|
+
* @author @pubinfo-pr/openapi
|
|
254
254
|
*/
|
|
255
255
|
export function postRbacResourceResourceUpdate<
|
|
256
256
|
R = API.ResponseDataPubResource,
|
|
@@ -271,7 +271,7 @@ export function postRbacResourceResourceUpdate<
|
|
|
271
271
|
* @description 租户新增的资源树
|
|
272
272
|
* @url /rbac/resource/tenantAddResourceTree
|
|
273
273
|
* @method GET
|
|
274
|
-
* @author @pubinfo/openapi
|
|
274
|
+
* @author @pubinfo-pr/openapi
|
|
275
275
|
*/
|
|
276
276
|
export function getRbacResourceTenantAddResourceTree<
|
|
277
277
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 租户新增
|
|
5
5
|
* @url /rbac/tenant/pubTenantAdd
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacTenantPubTenantAdd<
|
|
10
10
|
R = API.ResponseDataString,
|
|
@@ -22,7 +22,7 @@ export function postRbacTenantPubTenantAdd<
|
|
|
22
22
|
* @description 租户删除
|
|
23
23
|
* @url /rbac/tenant/pubTenantDelete
|
|
24
24
|
* @method GET
|
|
25
|
-
* @author @pubinfo/openapi
|
|
25
|
+
* @author @pubinfo-pr/openapi
|
|
26
26
|
*/
|
|
27
27
|
export function getRbacTenantPubTenantDelete<
|
|
28
28
|
R = API.ResponseDataVoid,
|
|
@@ -43,7 +43,7 @@ export function getRbacTenantPubTenantDelete<
|
|
|
43
43
|
* @description 根据id查询租户
|
|
44
44
|
* @url /rbac/tenant/pubTenantInfo
|
|
45
45
|
* @method GET
|
|
46
|
-
* @author @pubinfo/openapi
|
|
46
|
+
* @author @pubinfo-pr/openapi
|
|
47
47
|
*/
|
|
48
48
|
export function getRbacTenantPubTenantInfo<
|
|
49
49
|
R = API.ResponseDataPubTenantBo,
|
|
@@ -64,7 +64,7 @@ export function getRbacTenantPubTenantInfo<
|
|
|
64
64
|
* @description 租户分页查询
|
|
65
65
|
* @url /rbac/tenant/pubTenantPage
|
|
66
66
|
* @method POST
|
|
67
|
-
* @author @pubinfo/openapi
|
|
67
|
+
* @author @pubinfo-pr/openapi
|
|
68
68
|
*/
|
|
69
69
|
export function postRbacTenantPubTenantPage<
|
|
70
70
|
R = API.ResponseDataPageDataPubTenant,
|
|
@@ -85,7 +85,7 @@ export function postRbacTenantPubTenantPage<
|
|
|
85
85
|
* @description 租户编辑
|
|
86
86
|
* @url /rbac/tenant/pubTenantUpdate
|
|
87
87
|
* @method POST
|
|
88
|
-
* @author @pubinfo/openapi
|
|
88
|
+
* @author @pubinfo-pr/openapi
|
|
89
89
|
*/
|
|
90
90
|
export function postRbacTenantPubTenantUpdate<
|
|
91
91
|
R = API.ResponseDataVoid,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 根据OrgID获取组织所有角色 根据OrgID获取组织所有角色
|
|
5
5
|
* @url /rbac/orgRole/getAllByOrgId
|
|
6
6
|
* @method GET
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function getRbacOrgRoleGetAllByOrgId<
|
|
10
10
|
R = API.ResponseDataListPubRole,
|
|
@@ -25,7 +25,7 @@ export function getRbacOrgRoleGetAllByOrgId<
|
|
|
25
25
|
* @description 根据OrgID获取组织角色详情 根据OrgID获取组织角色详情
|
|
26
26
|
* @url /rbac/orgRole/getByOrgId
|
|
27
27
|
* @method GET
|
|
28
|
-
* @author @pubinfo/openapi
|
|
28
|
+
* @author @pubinfo-pr/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function getRbacOrgRoleGetByOrgId<
|
|
31
31
|
R = API.ResponseDataPubOrgRoleBo,
|
|
@@ -46,7 +46,7 @@ export function getRbacOrgRoleGetByOrgId<
|
|
|
46
46
|
* @description 角色组织分页查询
|
|
47
47
|
* @url /rbac/orgRole/roleOrgPage
|
|
48
48
|
* @method POST
|
|
49
|
-
* @author @pubinfo/openapi
|
|
49
|
+
* @author @pubinfo-pr/openapi
|
|
50
50
|
*/
|
|
51
51
|
export function postRbacOrgRoleRoleOrgPage<
|
|
52
52
|
R = API.ResponseDataPageDataPubOrgBo,
|
|
@@ -67,7 +67,7 @@ export function postRbacOrgRoleRoleOrgPage<
|
|
|
67
67
|
* @description 更新组织角色表 根据请求体更新组织角色表
|
|
68
68
|
* @url /rbac/orgRole/saveOrgRole
|
|
69
69
|
* @method POST
|
|
70
|
-
* @author @pubinfo/openapi
|
|
70
|
+
* @author @pubinfo-pr/openapi
|
|
71
71
|
*/
|
|
72
72
|
export function postRbacOrgRoleSaveOrgRole<
|
|
73
73
|
R = API.ResponseDataPubOrgRoleAddDto,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/features/api/request';
|
|
|
4
4
|
* @description 新增
|
|
5
5
|
* @url /rbac/org/addOrg
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo/openapi
|
|
7
|
+
* @author @pubinfo-pr/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacOrgAddOrg<
|
|
10
10
|
R = API.ResponseDataPubOrg,
|
|
@@ -22,7 +22,7 @@ export function postRbacOrgAddOrg<
|
|
|
22
22
|
* @description 删除
|
|
23
23
|
* @url /rbac/org/deleteOrg
|
|
24
24
|
* @method GET
|
|
25
|
-
* @author @pubinfo/openapi
|
|
25
|
+
* @author @pubinfo-pr/openapi
|
|
26
26
|
*/
|
|
27
27
|
export function getRbacOrgDeleteOrg<
|
|
28
28
|
R = API.ResponseDataVoid,
|
|
@@ -43,7 +43,7 @@ export function getRbacOrgDeleteOrg<
|
|
|
43
43
|
* @description 根据id查询
|
|
44
44
|
* @url /rbac/org/info
|
|
45
45
|
* @method GET
|
|
46
|
-
* @author @pubinfo/openapi
|
|
46
|
+
* @author @pubinfo-pr/openapi
|
|
47
47
|
*/
|
|
48
48
|
export function getRbacOrgInfo<
|
|
49
49
|
R = API.ResponseDataPubOrg,
|
|
@@ -64,7 +64,7 @@ export function getRbacOrgInfo<
|
|
|
64
64
|
* @description 组织列表查询通过父id 顶级id:0
|
|
65
65
|
* @url /rbac/org/orgListByParentId
|
|
66
66
|
* @method GET
|
|
67
|
-
* @author @pubinfo/openapi
|
|
67
|
+
* @author @pubinfo-pr/openapi
|
|
68
68
|
*/
|
|
69
69
|
export function getRbacOrgOrgListByParentId<
|
|
70
70
|
R = API.ResponseDataListPubOrg,
|
|
@@ -88,7 +88,7 @@ export function getRbacOrgOrgListByParentId<
|
|
|
88
88
|
* @description 搜索接口
|
|
89
89
|
* @url /rbac/org/search
|
|
90
90
|
* @method POST
|
|
91
|
-
* @author @pubinfo/openapi
|
|
91
|
+
* @author @pubinfo-pr/openapi
|
|
92
92
|
*/
|
|
93
93
|
export function postRbacOrgSearch<
|
|
94
94
|
R = API.ResponseDataPageDataPubOrg,
|
|
@@ -109,7 +109,7 @@ export function postRbacOrgSearch<
|
|
|
109
109
|
* @description 组织id数组搜索组织信息接口
|
|
110
110
|
* @url /rbac/org/searchOrgByIds
|
|
111
111
|
* @method POST
|
|
112
|
-
* @author @pubinfo/openapi
|
|
112
|
+
* @author @pubinfo-pr/openapi
|
|
113
113
|
*/
|
|
114
114
|
export function postRbacOrgSearchOrgByIds<
|
|
115
115
|
R = API.ResponseDataListPubOrg,
|
|
@@ -127,7 +127,7 @@ export function postRbacOrgSearchOrgByIds<
|
|
|
127
127
|
* @description 搜索子节点平铺 顶级id:0
|
|
128
128
|
* @url /rbac/org/searchSubOrgById
|
|
129
129
|
* @method GET
|
|
130
|
-
* @author @pubinfo/openapi
|
|
130
|
+
* @author @pubinfo-pr/openapi
|
|
131
131
|
*/
|
|
132
132
|
export function getRbacOrgSearchSubOrgById<
|
|
133
133
|
R = API.ResponseDataListPubOrg,
|
|
@@ -148,7 +148,7 @@ export function getRbacOrgSearchSubOrgById<
|
|
|
148
148
|
* @description 搜索后的树形结构
|
|
149
149
|
* @url /rbac/org/searchTreeById
|
|
150
150
|
* @method GET
|
|
151
|
-
* @author @pubinfo/openapi
|
|
151
|
+
* @author @pubinfo-pr/openapi
|
|
152
152
|
*/
|
|
153
153
|
export function getRbacOrgSearchTreeById<
|
|
154
154
|
R = API.ResponseDataPubOrgTreeBo,
|
|
@@ -171,7 +171,7 @@ export function getRbacOrgSearchTreeById<
|
|
|
171
171
|
* @description 修改
|
|
172
172
|
* @url /rbac/org/updateOrg
|
|
173
173
|
* @method POST
|
|
174
|
-
* @author @pubinfo/openapi
|
|
174
|
+
* @author @pubinfo-pr/openapi
|
|
175
175
|
*/
|
|
176
176
|
export function postRbacOrgUpdateOrg<
|
|
177
177
|
R = API.ResponseDataPubOrg,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup lang="ts">
|
|
2
|
-
import type { ProColumns } from '@pubinfo/pro-components';
|
|
3
|
-
import { SchemaForm } from '@pubinfo/pro-components';
|
|
2
|
+
import type { ProColumns } from '@pubinfo-pr/pro-components';
|
|
3
|
+
import { SchemaForm } from '@pubinfo-pr/pro-components';
|
|
4
4
|
import { isNil } from 'lodash-es';
|
|
5
5
|
import { getRbacUserUserEntireInfo } from '@/features/api/modules/rbac';
|
|
6
6
|
|