mirror of https://github.com/veops/cmdb.git
commit
57b1b5fb67
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<a-card :bordered="false">
|
||||
<div class="action-btn">
|
||||
<a-button @click="handleCreate" type="primary" style="margin-bottom: 15px">新增关系类型</a-button>
|
||||
<a-button @click="handleCreate" type="primary" style="margin-bottom: 15px;">新增关系类型</a-button>
|
||||
</div>
|
||||
<vxe-table
|
||||
ref="relationTypeTable"
|
||||
|
@ -122,7 +122,6 @@ export default {
|
|||
if ($event.keyCode === 13) {
|
||||
const $table = this.$refs.relationTypeTable
|
||||
$table.clearActived()
|
||||
this.handleEditClose({ row: value.row })
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue