NEZ-1048 feat:asset详细视图 右侧内容区域 以及部分优化

This commit is contained in:
zhangyu
2021-10-11 14:05:07 +08:00
parent 46930a8878
commit 13bd9a0d8d
26 changed files with 482 additions and 71 deletions

View File

@@ -303,11 +303,16 @@ export default {
this.tools.customTableTitle = this.tools.customTableTitle.concat(arr)
}
if (!this.fromBottom) {
this.getTableData()
if (this.detailType !== 'view') {
this.getTableData()
} else {
this.getDetail()
}
this.$nextTick(() => {
this.$refs.dataTable.$refs.dataTable.doLayout()
})
}
},
beforeDestroy () {
if (this.scrollbarWrap) {