From 77b7233ecd6736c511fcda337907d26f9f6618ea Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期三, 14 八月 2024 20:48:24 +0800 Subject: [PATCH] 角色 --- src/api/authority.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/api/authority.ts b/src/api/authority.ts index 6ef6840..b8522ba 100644 --- a/src/api/authority.ts +++ b/src/api/authority.ts @@ -76,6 +76,8 @@ dataScope: string; dept: any; resources: any; + knowledges: any; + dialogs: any; } export function RoleList(params: Pagination) { -- Gitblit v1.8.0