mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 12:11:46 +08:00
cmdb.sql update
This commit is contained in:
@@ -407,7 +407,7 @@ export default {
|
||||
that.$refs.table.clearSelected()
|
||||
setTimeout(() => {
|
||||
that.$refs.table.refresh(true)
|
||||
}, 1000)
|
||||
}, 1500)
|
||||
})
|
||||
.catch(e => {
|
||||
console.log(e)
|
||||
|
@@ -22,7 +22,7 @@
|
||||
:key="view"
|
||||
v-for="view in Object.keys(relationViews.views)">
|
||||
<a-card :bordered="true" :title="view">
|
||||
<a slot="extra"><a-icon type='close' @click="deleteView(view)"></a-icon></a>
|
||||
<a slot="extra"><a-icon type="close" @click="deleteView(view)"></a-icon></a>
|
||||
<div :id=""view-" + (relationViews.views[view] || []).join("")" style="height:200px"></div>
|
||||
</a-card>
|
||||
</a-col>
|
||||
|
Reference in New Issue
Block a user