fix(cmdb-ui):to lowercase (#406)

This commit is contained in:
dagongren 2024-03-01 13:52:30 +08:00 committed by GitHub
parent aa000cabe2
commit d96d529aa9
1 changed files with 1 additions and 1 deletions

View File

@ -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',