浏览代码

fix(password): fix typo

gemercheung 1 年之前
父节点
当前提交
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>({