dea973e3 by 杨威

代办箱表格高度计算

1 parent 2122fb1c
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
82 this.queryData.pageNo=this.pageNo; 82 this.queryData.pageNo=this.pageNo;
83 this.getData(this.queryData); 83 this.getData(this.queryData);
84 this.$nextTick(()=>{ 84 this.$nextTick(()=>{
85 this.tableHeight = this.$refs.dataGrid.offsetHeight - 68; 85 this.tableHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 332;
86 }) 86 })
87 }, 87 },
88 methods: { 88 methods: {
......