Jelajahi Sumber

fix(password): fix typo

gemercheung 1 tahun lalu
induk
melakukan
17f34af51e
1 mengubah file dengan 2 tambahan dan 9 penghapusan
  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>({