NEZ-843 fix: 修复退出全屏后table列错位的问题
This commit is contained in:
@@ -222,6 +222,10 @@ export const bottomBoxWindow = {
|
|||||||
}
|
}
|
||||||
vm.bottomBox.isFullScreen = false
|
vm.bottomBox.isFullScreen = false
|
||||||
window.resizing = false
|
window.resizing = false
|
||||||
|
vm.$nextTick(() => {
|
||||||
|
const table = vm.$refs.dataTable || vm.$parent.$refs.dataTable
|
||||||
|
table.$refs.dataTable.doLayout()
|
||||||
|
})
|
||||||
}, 210)
|
}, 210)
|
||||||
},
|
},
|
||||||
fullScreen (vm) {
|
fullScreen (vm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user