diff --git a/src/views/system/Dictionary/components/Left.vue b/src/views/system/Dictionary/components/Left.vue index 7397de09..08c03890 100644 --- a/src/views/system/Dictionary/components/Left.vue +++ b/src/views/system/Dictionary/components/Left.vue @@ -88,7 +88,6 @@ import Save from './save/index.vue' import { onlyMessage} from '@/utils/comm'; import Export from './Export/index.vue' import { usePermissionStore } from '@/store/permission'; -import { first } from 'lodash-es'; const emit = defineEmits(['selectData']) const hasPermission = usePermissionStore().hasPermission; const saveShow = ref(false) diff --git a/src/views/system/Role/RoleLeft/index.vue b/src/views/system/Role/RoleLeft/index.vue index f8bd5d9a..0be165f3 100644 --- a/src/views/system/Role/RoleLeft/index.vue +++ b/src/views/system/Role/RoleLeft/index.vue @@ -5,17 +5,16 @@ -
- + 新增分组 - +
-
+
@@ -56,15 +56,22 @@