Browse Source

优化

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

3
src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue

@ -244,12 +244,9 @@
this.filters.project=this.xmProject
this.filters.testCasedb=this.xmTestCasedb
if(this.xmTestPlan && this.xmTestPlan.id){
this.searchXmTestPlanCaseExecStatusDist();
}
}
},//end method
mounted() {
initSimpleDicts('all',['testStepTcode'] ).then(res=>{

5
src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

@ -255,12 +255,7 @@
this.filters.product=this.xmProduct
this.filters.project=this.xmProject
this.filters.testCasedb=this.xmTestCasedb
if(this.xmTestPlan && this.xmTestPlan.id){
this.searchXmTestPlanCaseUserDist();
}
}
},//end method
mounted() {

Loading…
Cancel
Save