浏览代码

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>> = {