- {{ item.departmentName }}
+ {{ item.orgName }}
@@ -24,29 +24,31 @@ import { ElTree } from 'element-plus'
import * as DeptApi from '@/api/system/dept'
import { defaultProps, handleTree } from '@/utils/tree'
import { DepartmentApi, DepartmentVO } from '@/api/inspect/inspectdepartment/index'
+import { InspectOrgApi, InspectOrgVO } from '@/api/inspect/inspectorg/index'
defineOptions({ name: 'SystemUserDeptTree' })
-const deptName = ref('')
-const deptList = ref