|
|
|
@ -36,9 +36,8 @@ |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
</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> |
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
|
|
@ -252,10 +251,7 @@ |
|
|
|
this.filters.project=this.xmProject |
|
|
|
this.filters.testCasedb=this.xmTestCasedb |
|
|
|
|
|
|
|
if(this.xmTestPlan && this.xmTestPlan.id){ |
|
|
|
this.searchXmTestPlanCaseExecStatusDist(); |
|
|
|
|
|
|
|
} |
|
|
|
this.searchXmTestPlanCaseExecStatusDist(); |
|
|
|
|
|
|
|
} |
|
|
|
},//end method |
|
|
|
|