fix(cmdb-ui):to lowercase ()

This commit is contained in:
dagongren 2024-03-01 13:52:30 +08:00 committed by GitHub
parent 09376dbd2b
commit e045e0fb43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
cmdb-ui/src/modules/cmdb/views/ci_types

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