diff --git a/src/views/system/adminUser/utils/hooks.tsx b/src/views/system/adminUser/utils/hooks.tsx
index 5629359..447ae70 100644
--- a/src/views/system/adminUser/utils/hooks.tsx
+++ b/src/views/system/adminUser/utils/hooks.tsx
@@ -16,7 +16,7 @@ import { useUserStore } from '@/store/system/user';
const adminUserStore = useAdminUserStore();
const userStore = useUserStore();
-export const formRef = ref();
+const formRef = ref();
const cropRef = ref();
const assignRolesRef = ref();
// 上传头像信息
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index 9bf292d..a3c207e 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -1,5 +1,5 @@