代办箱表格高度计算
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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: { | ... | ... |
-
Please register or sign in to post a comment