From d96d529aa9270146e01569a3c8efd21e69dd7f41 Mon Sep 17 00:00:00 2001 From: dagongren <53748875+wang-liang0615@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:52:30 +0800 Subject: [PATCH] fix(cmdb-ui):to lowercase (#406) --- cmdb-ui/src/modules/cmdb/views/ci_types/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdb-ui/src/modules/cmdb/views/ci_types/index.vue b/cmdb-ui/src/modules/cmdb/views/ci_types/index.vue index b44b360..e315e8e 100644 --- a/cmdb-ui/src/modules/cmdb/views/ci_types/index.vue +++ b/cmdb-ui/src/modules/cmdb/views/ci_types/index.vue @@ -354,7 +354,7 @@ import CMDBGrant from '../../components/cmdbGrant' import { ops_move_icon as OpsMoveIcon } from '@/core/icons' import AttributeStore from './attributeStore.vue' import { getAllDepAndEmployee } from '@/api/company' -import CMDBTypeSelect from '../../components/CMDBTypeSelect' +import CMDBTypeSelect from '../../components/cmdbTypeSelect' export default { name: 'CITypes',