mirror of https://github.com/veops/cmdb.git
属性库
This commit is contained in:
parent
37d0dacd2e
commit
92bff08b84
|
@ -78,7 +78,7 @@
|
|||
import { searchAttributes } from '../../api/CITypeAttr'
|
||||
import AttributeCard from './attributeCard.vue'
|
||||
export default {
|
||||
name: 'AttrbuteStore',
|
||||
name: 'AttributeStore',
|
||||
components: { AttributeCard },
|
||||
data() {
|
||||
return {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue