From 0e6fdc6ee98ada3db520b66a3c59c64fec5c823e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Fri, 27 Jan 2023 17:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue | 7 ++----- src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue | 9 ++------- 2 files changed, 4 insertions(+), 12 deletions(-) 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() {