fix: 引用组件路径大小写问题修复
This commit is contained in:
@@ -163,7 +163,7 @@ import {listDeptTable, getDeptDetail, deleteDept, updateDept, addDept, listDeptS
|
||||
|
||||
// 组件依赖
|
||||
import {Search, Plus, Edit, Refresh, Delete} from '@element-plus/icons'
|
||||
import TreeSelect from '@/components/TreeSelect/Index.vue'
|
||||
import TreeSelect from '@/components/TreeSelect/index.vue'
|
||||
import {ElForm, ElMessage, ElMessageBox} from 'element-plus'
|
||||
|
||||
// DOM元素的引用声明定义
|
||||
|
||||
Reference in New Issue
Block a user