Browse Source

bug#78监控设备表格错位

feature
mk 3 years ago
parent
commit
1e46aa74f4
  1. 5
      src/views/modules/cpts/base2/index.vue

5
src/views/modules/cpts/base2/index.vue

@ -516,6 +516,11 @@ export default {
await nextTick(100);
this.computeSearchHeight();
window.onresize=()=>{
if(this.$refs["ref_table"] && this.$refs['ref_table'].doLayout){
this.$refs["ref_table"].doLayout()
}
}
},
activated() {

Loading…
Cancel
Save