diff --git a/frontend/src/views/authority/role/components/rolePopup.vue b/frontend/src/views/authority/role/components/rolePopup.vue
index 7561b52..a998c40 100644
--- a/frontend/src/views/authority/role/components/rolePopup.vue
+++ b/frontend/src/views/authority/role/components/rolePopup.vue
@@ -51,7 +51,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;
@@ -62,7 +62,6 @@
type: number;
remark:string; //角色描述
}
- updataList:Function
}>();
//定义规则
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