Browse Source

优化

master
陈裕财 3 years ago
parent
commit
1db15b5dad
  1. 8
      src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue
  2. 2
      src/views/xm/rpt/testPlan/testPlanCaseExecStatusDist.vue
  3. 3
      src/views/xm/rpt/testPlan/testPlanCaseUserDist.vue

8
src/views/xm/rpt/testPlan/testCaseToPlanCalc.vue

@ -36,9 +36,8 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-col> </el-col>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-row> </el-row>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-dialog> </el-dialog>
@ -252,10 +251,7 @@
this.filters.project=this.xmProject this.filters.project=this.xmProject
this.filters.testCasedb=this.xmTestCasedb this.filters.testCasedb=this.xmTestCasedb
if(this.xmTestPlan && this.xmTestPlan.id){
this.searchXmTestPlanCaseExecStatusDist();
}
this.searchXmTestPlanCaseExecStatusDist();
} }
},//end method },//end method

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

@ -36,8 +36,8 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-col> </el-col>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-row> </el-row>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-dialog> </el-dialog>

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

@ -36,9 +36,8 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-col> </el-col>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-row> </el-row>
<xm-test-plan-select ref="xmTestPlanSelectRef" :casedb-id="xmTestCasedb?xmTestCasedb.id:null" :product-id="xmProduct?xmProduct.id:null" :project-id="xmProject?xmProject.id:null" placeholder="迭代" @select="onXmTestPlanSelected" @clear="onXmTestPlanClear"></xm-test-plan-select >
</el-dialog> </el-dialog>

Loading…
Cancel
Save