Browse Source

feat(password): 更换

gemercheung 1 year ago
parent
commit
36378ffeb8
1 changed files with 1 additions and 1 deletions
  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 type { OrganizationType } from "@/request/organization";
 import { OrganizationTypeDesc } from '@/store/organization'
 import { OrganizationTypeDesc } from '@/store/organization'
 import { organizationAdd, organizationEdit } from "./quisk";
 import { organizationAdd, organizationEdit } from "./quisk";
-import { debounce, parseTree } from "@/util";
+import { debounce } from "@/util";
 import { ElMessageBox } from "element-plus";
 import { ElMessageBox } from "element-plus";
 
 
 const initProps: PageProps<Partial<OrganizationType>> = {
 const initProps: PageProps<Partial<OrganizationType>> = {