gemercheung 1 год назад
Родитель
Сommit
17f34af51e
1 измененных файлов с 2 добавлено и 9 удалено
  1. 2 9
      src/view/users-password-edit.vue

+ 2 - 9
src/view/users-password-edit.vue

@@ -50,9 +50,9 @@
 import { QuiskExpose } from "@/helper/mount";
 import { ElMessage, type FormInstance, type FormRules } from "element-plus";
 import { View, Hide } from '@element-plus/icons-vue';
-import type { OrganizationType } from '@/request/organization'
+// import type { OrganizationType } from '@/request/organization'
 import {
-  getOrgListFetch,
+  // getOrgListFetch,
   getMsgAuthCode,
   UserType,
   ChangePasswordParam
@@ -64,13 +64,6 @@ const addPassFlag = ref(false)//图标显示标识
 
 const baseFormRef = ref<FormInstance>();
 
-type SelectType = {
-  value: string, id: number
-}
-
-const allOrgs = ref<SelectType[]>([]);
-
-
 const rules = reactive<FormRules>({