From 5efb195a3e0c956c4b254408a8868368135eb773 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期五, 16 八月 2024 14:11:52 +0800
Subject: [PATCH] fix: 模型修改

---
 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