diff --git a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue index 31ebc539..3a545958 100644 --- a/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue +++ b/src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue @@ -243,11 +243,8 @@ this.filters.product=this.xmProduct this.filters.project=this.xmProject this.filters.testCasedb=this.xmTestCasedb - - if(this.xmTestPlan && this.xmTestPlan.id){ - this.searchXmTestPlanCaseExecStatusDist(); - - } + + this.searchXmTestPlanCaseExecStatusDist(); } },//end method diff --git a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue index bb1d64ff..d0d1087c 100644 --- a/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue +++ b/src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue @@ -254,13 +254,8 @@ this.filters.testPlan=this.xmTestPlan this.filters.product=this.xmProduct this.filters.project=this.xmProject - this.filters.testCasedb=this.xmTestCasedb - - if(this.xmTestPlan && this.xmTestPlan.id){ - this.searchXmTestPlanCaseUserDist(); - - } - + this.filters.testCasedb=this.xmTestCasedb + this.searchXmTestPlanCaseUserDist(); } },//end method mounted() {