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