|
@@ -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>({
|
|
|
|
|
|
|