diff --git a/src/common/js/util.js b/src/common/js/util.js index dab154d8..c487b105 100644 --- a/src/common/js/util.js +++ b/src/common/js/util.js @@ -78,13 +78,11 @@ export default { if(typeof cssSelector == 'string'){ table=document.querySelector(cssSelector); } + debugger; var innerHeight=window.innerHeight var defaultInnerHeight=913; - var pageHeight=90/defaultInnerHeight*innerHeight - if(innerHeight - - + +

常用功能快捷导航

- + { + + this.maxTableHeight = this.source == 'GZT' ? this.maxTableHeight : util.calcTableMaxHeight(this.$refs.pageBody.$el); var infotype = localStorage.getItem("project-infotype"); if (infotype) { this.infotype = infotype;