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