소스 검색

feat(password): 更换

gemercheung 1 년 전
부모
커밋
36378ffeb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>> = {