cmdb.sql update

This commit is contained in:
pycook
2019-11-29 22:21:41 +08:00
parent 85222443c0
commit 882b158d18
4 changed files with 22 additions and 3 deletions

View File

@@ -407,7 +407,7 @@ export default {
that.$refs.table.clearSelected()
setTimeout(() => {
that.$refs.table.refresh(true)
}, 1000)
}, 1500)
})
.catch(e => {
console.log(e)

View File

@@ -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="&quot;view-&quot; + (relationViews.views[view] || []).join(&quot;&quot;)" style="height:200px"></div>
</a-card>
</a-col>