diff --git a/src/views/xm/rpt/branch/branchWorkItemDayList.vue b/src/views/xm/rpt/branch/branchWorkItemDayList.vue index f1b2cbd9..c8e83b94 100644 --- a/src/views/xm/rpt/branch/branchWorkItemDayList.vue +++ b/src/views/xm/rpt/branch/branchWorkItemDayList.vue @@ -264,7 +264,8 @@ this.dicts=res.data.data; }) */ - //this.charts(); + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) + //this.charts(); this.open(); }//end mounted diff --git a/src/views/xm/rpt/branch/menuDayAccumulate.vue b/src/views/xm/rpt/branch/menuDayAccumulate.vue index 357372f8..bb18614e 100644 --- a/src/views/xm/rpt/branch/menuDayAccumulate.vue +++ b/src/views/xm/rpt/branch/menuDayAccumulate.vue @@ -283,8 +283,9 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); - this.open() + this.open(); }//end mounted } diff --git a/src/views/xm/rpt/branch/menuDayTrend.vue b/src/views/xm/rpt/branch/menuDayTrend.vue index 8357d496..cbf96e96 100644 --- a/src/views/xm/rpt/branch/menuDayTrend.vue +++ b/src/views/xm/rpt/branch/menuDayTrend.vue @@ -283,6 +283,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/branch/questionDayAccumulate.vue b/src/views/xm/rpt/branch/questionDayAccumulate.vue index f5383cf7..792ec6bd 100644 --- a/src/views/xm/rpt/branch/questionDayAccumulate.vue +++ b/src/views/xm/rpt/branch/questionDayAccumulate.vue @@ -273,8 +273,9 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); - this.open() + this.open(); }//end mounted } diff --git a/src/views/xm/rpt/branch/questionDayTrend.vue b/src/views/xm/rpt/branch/questionDayTrend.vue index 41d3e1e8..82f0bdac 100644 --- a/src/views/xm/rpt/branch/questionDayTrend.vue +++ b/src/views/xm/rpt/branch/questionDayTrend.vue @@ -284,6 +284,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue b/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue index f3ee92c3..7929e623 100644 --- a/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue +++ b/src/views/xm/rpt/iteration/IterationWorkItemDayList.vue @@ -306,6 +306,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/iteration/burnout.vue b/src/views/xm/rpt/iteration/burnout.vue index 30a86323..e5a7c583 100644 --- a/src/views/xm/rpt/iteration/burnout.vue +++ b/src/views/xm/rpt/iteration/burnout.vue @@ -320,6 +320,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/iteration/menuDayAccumulate.vue b/src/views/xm/rpt/iteration/menuDayAccumulate.vue index 678456bc..fbf1e10f 100644 --- a/src/views/xm/rpt/iteration/menuDayAccumulate.vue +++ b/src/views/xm/rpt/iteration/menuDayAccumulate.vue @@ -314,8 +314,9 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); - this.open() + this.open(); }//end mounted } diff --git a/src/views/xm/rpt/iteration/menuDayTrend.vue b/src/views/xm/rpt/iteration/menuDayTrend.vue index f4fbb61c..debce7c4 100644 --- a/src/views/xm/rpt/iteration/menuDayTrend.vue +++ b/src/views/xm/rpt/iteration/menuDayTrend.vue @@ -327,6 +327,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/iteration/questionDayAccumulate.vue b/src/views/xm/rpt/iteration/questionDayAccumulate.vue index a74422e2..869f1885 100644 --- a/src/views/xm/rpt/iteration/questionDayAccumulate.vue +++ b/src/views/xm/rpt/iteration/questionDayAccumulate.vue @@ -314,8 +314,9 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); - this.open() + this.open(); }//end mounted } diff --git a/src/views/xm/rpt/iteration/questionDayTrend.vue b/src/views/xm/rpt/iteration/questionDayTrend.vue index 132487bf..69490579 100644 --- a/src/views/xm/rpt/iteration/questionDayTrend.vue +++ b/src/views/xm/rpt/iteration/questionDayTrend.vue @@ -326,6 +326,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/menuAgeDist.vue b/src/views/xm/rpt/product/menuAgeDist.vue index 4444847c..f037db4d 100644 --- a/src/views/xm/rpt/product/menuAgeDist.vue +++ b/src/views/xm/rpt/product/menuAgeDist.vue @@ -274,6 +274,7 @@ initSimpleDicts('all',['demandSource','demandLvl','demandType','priority','menuStatus'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/menuAttDist.vue b/src/views/xm/rpt/product/menuAttDist.vue index 0968e2be..8d177b36 100644 --- a/src/views/xm/rpt/product/menuAttDist.vue +++ b/src/views/xm/rpt/product/menuAttDist.vue @@ -335,6 +335,7 @@ initSimpleDicts('all',['demandSource','demandLvl','demandType','priority','menuStatus'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/menuDayAccumulate.vue b/src/views/xm/rpt/product/menuDayAccumulate.vue index 177b986a..69e2e97e 100644 --- a/src/views/xm/rpt/product/menuDayAccumulate.vue +++ b/src/views/xm/rpt/product/menuDayAccumulate.vue @@ -288,8 +288,9 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); - this.open() + this.open(); }//end mounted } diff --git a/src/views/xm/rpt/product/menuDayTrend.vue b/src/views/xm/rpt/product/menuDayTrend.vue index 1fccab1f..b2c5aaa8 100644 --- a/src/views/xm/rpt/product/menuDayTrend.vue +++ b/src/views/xm/rpt/product/menuDayTrend.vue @@ -300,6 +300,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/menuSort.vue b/src/views/xm/rpt/product/menuSort.vue index e47f624a..a5ced708 100644 --- a/src/views/xm/rpt/product/menuSort.vue +++ b/src/views/xm/rpt/product/menuSort.vue @@ -310,6 +310,7 @@ initSimpleDicts('all',['demandSource','demandLvl','demandType','priority','menuStatus'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/productWorkItemDayList.vue b/src/views/xm/rpt/product/productWorkItemDayList.vue index a3f16c36..0ab07edf 100644 --- a/src/views/xm/rpt/product/productWorkItemDayList.vue +++ b/src/views/xm/rpt/product/productWorkItemDayList.vue @@ -282,6 +282,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/questionAgeDist.vue b/src/views/xm/rpt/product/questionAgeDist.vue index 929fa281..62dab6fb 100644 --- a/src/views/xm/rpt/product/questionAgeDist.vue +++ b/src/views/xm/rpt/product/questionAgeDist.vue @@ -331,6 +331,7 @@ initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/questionAttDist.vue b/src/views/xm/rpt/product/questionAttDist.vue index d35b23d2..6de643bb 100644 --- a/src/views/xm/rpt/product/questionAttDist.vue +++ b/src/views/xm/rpt/product/questionAttDist.vue @@ -410,6 +410,7 @@ initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/questionDayAccumulate.vue b/src/views/xm/rpt/product/questionDayAccumulate.vue index 01a13222..ef869ffd 100644 --- a/src/views/xm/rpt/product/questionDayAccumulate.vue +++ b/src/views/xm/rpt/product/questionDayAccumulate.vue @@ -289,8 +289,9 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); - this.open() + this.open(); }//end mounted } diff --git a/src/views/xm/rpt/product/questionDayTrend.vue b/src/views/xm/rpt/product/questionDayTrend.vue index cfaba11f..19fed3fb 100644 --- a/src/views/xm/rpt/product/questionDayTrend.vue +++ b/src/views/xm/rpt/product/questionDayTrend.vue @@ -299,6 +299,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/questionRetestDist.vue b/src/views/xm/rpt/product/questionRetestDist.vue index 18f6f583..1baecd36 100644 --- a/src/views/xm/rpt/product/questionRetestDist.vue +++ b/src/views/xm/rpt/product/questionRetestDist.vue @@ -389,6 +389,7 @@ initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/product/questionSort.vue b/src/views/xm/rpt/product/questionSort.vue index afdb7e55..9ed6fe81 100644 --- a/src/views/xm/rpt/product/questionSort.vue +++ b/src/views/xm/rpt/product/questionSort.vue @@ -380,7 +380,6 @@ initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{ this.dicts=res.data.data; }) - this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/project/projectWorkItemDayList.vue b/src/views/xm/rpt/project/projectWorkItemDayList.vue index 3a91a168..6475b44a 100644 --- a/src/views/xm/rpt/project/projectWorkItemDayList.vue +++ b/src/views/xm/rpt/project/projectWorkItemDayList.vue @@ -277,6 +277,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/project/projectWorkloadSetDayList.vue b/src/views/xm/rpt/project/projectWorkloadSetDayList.vue index 64f4bbba..5a4f072a 100644 --- a/src/views/xm/rpt/project/projectWorkloadSetDayList.vue +++ b/src/views/xm/rpt/project/projectWorkloadSetDayList.vue @@ -308,6 +308,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue b/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue index 84133e70..538fbc42 100644 --- a/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue +++ b/src/views/xm/rpt/project/projectWorkloadSetMonthList.vue @@ -309,6 +309,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/project/taskAgeDist.vue b/src/views/xm/rpt/project/taskAgeDist.vue index a22ca350..9757e22b 100644 --- a/src/views/xm/rpt/project/taskAgeDist.vue +++ b/src/views/xm/rpt/project/taskAgeDist.vue @@ -245,6 +245,7 @@ initSimpleDicts('all',['planType','xmTaskSettleSchemel','taskType','priority','taskState'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/project/taskAttDist.vue b/src/views/xm/rpt/project/taskAttDist.vue index 1323acfd..58027bff 100644 --- a/src/views/xm/rpt/project/taskAttDist.vue +++ b/src/views/xm/rpt/project/taskAttDist.vue @@ -309,6 +309,7 @@ initSimpleDicts('all',['planType','xmTaskSettleSchemel','taskType','priority','taskState'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/project/taskDayAccumulate.vue b/src/views/xm/rpt/project/taskDayAccumulate.vue index 1a192375..b549a3ff 100644 --- a/src/views/xm/rpt/project/taskDayAccumulate.vue +++ b/src/views/xm/rpt/project/taskDayAccumulate.vue @@ -279,8 +279,9 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); - this.open() + this.open(); }//end mounted } diff --git a/src/views/xm/rpt/project/taskDayTrend.vue b/src/views/xm/rpt/project/taskDayTrend.vue index 7679bc18..5cecd80d 100644 --- a/src/views/xm/rpt/project/taskDayTrend.vue +++ b/src/views/xm/rpt/project/taskDayTrend.vue @@ -255,6 +255,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/project/taskSort.vue b/src/views/xm/rpt/project/taskSort.vue index 94f6d394..3e28e77c 100644 --- a/src/views/xm/rpt/project/taskSort.vue +++ b/src/views/xm/rpt/project/taskSort.vue @@ -282,6 +282,7 @@ initSimpleDicts('all',['planType','xmTaskSettleSchemel','taskType','priority','taskState'] ).then(res=>{ this.dicts=res.data.data; }) + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue b/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue index 468e2342..e91d76e1 100644 --- a/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue +++ b/src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue @@ -309,7 +309,9 @@ this.dicts=res.data.data; }) this.initData(); - this.open(); + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) + //this.charts(); + this.open(); }//end mounted } diff --git a/src/views/xm/rpt/testPlan/testDayTimesCalc.vue b/src/views/xm/rpt/testPlan/testDayTimesCalc.vue index c776b19e..7c29721b 100644 --- a/src/views/xm/rpt/testPlan/testDayTimesCalc.vue +++ b/src/views/xm/rpt/testPlan/testDayTimesCalc.vue @@ -279,6 +279,7 @@ this.dicts=res.data.data; }) */ + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open(); diff --git a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue index b7dd8355..79ca5dc2 100644 --- a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue +++ b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue @@ -298,6 +298,8 @@ this.dicts=res.data.data; }) this.initData(); + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) + //this.charts(); this.open(); }//end mounted diff --git a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue index 058fcd51..0cc4d851 100644 --- a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue +++ b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue @@ -322,6 +322,8 @@ this.dicts=res.data.data; }) this.initData(); + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) + //this.charts(); this.open(); }//end mounted