From ef97ebbec12f6f6c482736ab6621a0d7015994a7 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Tue, 29 Oct 2024 21:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E-=E8=A1=A8=E5=8D=95=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../authority/role/components/rolePopup.vue | 3 +- frontend/src/views/authority/role/index.vue | 469 ++++++++---------- 2 files changed, 212 insertions(+), 260 deletions(-) diff --git a/frontend/src/views/authority/role/components/rolePopup.vue b/frontend/src/views/authority/role/components/rolePopup.vue index d7df66e..4fa535e 100644 --- a/frontend/src/views/authority/role/components/rolePopup.vue +++ b/frontend/src/views/authority/role/components/rolePopup.vue @@ -47,7 +47,7 @@ } from '@/api/role/role' const dictStore = useDictStore() - const {dialogVisible,title,data,openType,updataList} = defineProps<{ + const {dialogVisible,title,data,openType} = defineProps<{ dialogVisible:boolean; title:string; openType:string; @@ -58,7 +58,6 @@ type: number; remark:string; //角色描述 } - updataList:Function }>(); // const value = computed({ diff --git a/frontend/src/views/authority/role/index.vue b/frontend/src/views/authority/role/index.vue index 648b282..2808e04 100644 --- a/frontend/src/views/authority/role/index.vue +++ b/frontend/src/views/authority/role/index.vue @@ -1,281 +1,234 @@ - +} + \ No newline at end of file