mirror of https://github.com/veops/cmdb.git
属性库
This commit is contained in:
parent
348a34d862
commit
5e61da038f
|
@ -78,7 +78,7 @@
|
||||||
import { searchAttributes } from '../../api/CITypeAttr'
|
import { searchAttributes } from '../../api/CITypeAttr'
|
||||||
import AttributeCard from './attributeCard.vue'
|
import AttributeCard from './attributeCard.vue'
|
||||||
export default {
|
export default {
|
||||||
name: 'AttrbuteStore',
|
name: 'AttributeStore',
|
||||||
components: { AttributeCard },
|
components: { AttributeCard },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<a
|
<a
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
$refs.AttributeStore.open()
|
$refs.attributeStore.open()
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
>属性库</a
|
>属性库</a
|
||||||
|
@ -258,7 +258,7 @@
|
||||||
</a-form>
|
</a-form>
|
||||||
</CustomDrawer>
|
</CustomDrawer>
|
||||||
<CMDBGrant ref="cmdbGrant" resourceType="CIType" app_id="cmdb" />
|
<CMDBGrant ref="cmdbGrant" resourceType="CIType" app_id="cmdb" />
|
||||||
<AttributeStore ref="AttributeStore" />
|
<AttributeStore ref="attributeStore" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue