fix(dept/index.vue): 删除无用的user的API引用

This commit is contained in:
郝先瑞
2022-01-23 16:04:25 +08:00
parent 52e5c9314a
commit 1c3b5f3bec

View File

@@ -168,7 +168,6 @@ import {Search, Plus, Edit, Refresh, Delete} from '@element-plus/icons'
import {listDeptTable, getDeptDetail, deleteDept, updateDept, addDept, listDeptSelect} from '@/api/system/dept'
import TreeSelect from '@/components/TreeSelect/Index.vue'
import {ElForm, ElMessage, ElMessageBox} from 'element-plus'
import {getUserFormDetail} from "@api/system/user";
const queryFormRef = ref(ElForm)
const dataFormRef = ref(ElForm)