Przeglądaj źródła

feat(password): 更换

gemercheung 1 rok temu
rodzic
commit
36378ffeb8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/view/organization.vue

+ 1 - 1
src/view/organization.vue

@@ -69,7 +69,7 @@ import {
 import type { OrganizationType } from "@/request/organization";
 import { OrganizationTypeDesc } from '@/store/organization'
 import { organizationAdd, organizationEdit } from "./quisk";
-import { debounce, parseTree } from "@/util";
+import { debounce } from "@/util";
 import { ElMessageBox } from "element-plus";
 
 const initProps: PageProps<Partial<OrganizationType>> = {