NEZ-843 fix: 修复退出全屏后table列错位的问题

This commit is contained in:
chenjinsong
2021-07-16 17:14:04 +08:00
parent 4a8cc7b0d6
commit 1cf3da9003

View File

@@ -222,6 +222,10 @@ export const bottomBoxWindow = {
}
vm.bottomBox.isFullScreen = false
window.resizing = false
vm.$nextTick(() => {
const table = vm.$refs.dataTable || vm.$parent.$refs.dataTable
table.$refs.dataTable.doLayout()
})
}, 210)
},
fullScreen (vm) {