Browse Source

优化

master
陈裕财 3 years ago
parent
commit
0e6fdc6ee9
  1. 7
      src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
  2. 9
      src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

7
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

9
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() {

Loading…
Cancel
Save