属性库

This commit is contained in:
wang-liang0615 2023-08-15 19:34:17 +08:00
parent 348a34d862
commit 5e61da038f
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@
import { searchAttributes } from '../../api/CITypeAttr'
import AttributeCard from './attributeCard.vue'
export default {
name: 'AttrbuteStore',
name: 'AttributeStore',
components: { AttributeCard },
data() {
return {

View File

@ -29,7 +29,7 @@
<a
@click="
() => {
$refs.AttributeStore.open()
$refs.attributeStore.open()
}
"
>属性库</a
@ -258,7 +258,7 @@
</a-form>
</CustomDrawer>
<CMDBGrant ref="cmdbGrant" resourceType="CIType" app_id="cmdb" />
<AttributeStore ref="AttributeStore" />
<AttributeStore ref="attributeStore" />
</div>
</template>