diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue index 620806d..419d14d 100644 --- a/src/components/DeptSelect/index.vue +++ b/src/components/DeptSelect/index.vue @@ -114,6 +114,7 @@ } } } + showDeptSelect.value = true } // 输入过滤 const filterTree = (value: string, data: { name: string }) => data.name?.includes(value) diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue index 620806d..419d14d 100644 --- a/src/components/DeptSelect/index.vue +++ b/src/components/DeptSelect/index.vue @@ -114,6 +114,7 @@ } } } + showDeptSelect.value = true } // 输入过滤 const filterTree = (value: string, data: { name: string }) => data.name?.includes(value) diff --git a/src/views/system/dict/listDict.vue b/src/views/system/dict/listDict.vue index feea486..c7cf29c 100644 --- a/src/views/system/dict/listDict.vue +++ b/src/views/system/dict/listDict.vue @@ -4,7 +4,7 @@ import { ElMessage, ElMessageBox } from 'element-plus' import { Plus } from '@element-plus/icons-vue' import type { DictListInfo } from './dict-interface' -import SystemEditDict from './edit.dict.vue' +import SystemEditDict from './editDict.vue' import type { TableColumn } from '@/components/NormalTable/table_interface' import { delDict, getDictList } from '@/api/system/dict' diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue index 620806d..419d14d 100644 --- a/src/components/DeptSelect/index.vue +++ b/src/components/DeptSelect/index.vue @@ -114,6 +114,7 @@ } } } + showDeptSelect.value = true } // 输入过滤 const filterTree = (value: string, data: { name: string }) => data.name?.includes(value) diff --git a/src/views/system/dict/listDict.vue b/src/views/system/dict/listDict.vue index feea486..c7cf29c 100644 --- a/src/views/system/dict/listDict.vue +++ b/src/views/system/dict/listDict.vue @@ -4,7 +4,7 @@ import { ElMessage, ElMessageBox } from 'element-plus' import { Plus } from '@element-plus/icons-vue' import type { DictListInfo } from './dict-interface' -import SystemEditDict from './edit.dict.vue' +import SystemEditDict from './editDict.vue' import type { TableColumn } from '@/components/NormalTable/table_interface' import { delDict, getDictList } from '@/api/system/dict' diff --git a/src/views/system/resource/listResource.vue b/src/views/system/resource/listResource.vue index f332c24..3017259 100644 --- a/src/views/system/resource/listResource.vue +++ b/src/views/system/resource/listResource.vue @@ -4,7 +4,7 @@ import { ElMessage, ElMessageBox } from 'element-plus' import { Plus, Switch } from '@element-plus/icons-vue' import type { ResourceInfo, ResourceTypeInfo } from './resource-interface' -import SystemEditResource from './edit.resource.vue' +import SystemEditResource from './editResource.vue' import { delResource, getResourceList, getResourceTypeList } from '@/api/system/resource' import { toTreeList } from '@/utils/structure'