fix(测试跟踪): 修复测试计划切换模块时分页未重置的问题
This commit is contained in:
parent
6d609eb990
commit
7d1f976905
|
@ -106,6 +106,9 @@
|
|||
nodeChange(nodeIds, pNodes) {
|
||||
this.selectNodeIds = nodeIds;
|
||||
this.selectParentNodes = pNodes;
|
||||
// 切换node后,重置分页数
|
||||
this.$refs.testPlanTestCaseList.currentPage = 1;
|
||||
this.$refs.testPlanTestCaseList.pageSize = 10;
|
||||
},
|
||||
changePlan(plan) {
|
||||
this.currentPlan = plan;
|
||||
|
|
Loading…
Reference in New Issue