fix(测试跟踪): 测试计划关联用例列表筛选时重置当前页码
--bug=1029816 --user=宋昌昌 【测试跟踪】测试计划-关联功能用例-执行结果切换-显示异常 https://www.tapd.cn/55049933/s/1414698
This commit is contained in:
parent
1c0b2b89f7
commit
70da63dd64
|
@ -630,7 +630,6 @@ export default {
|
|||
return value ? value : defaultVal;
|
||||
},
|
||||
initTableData(callback) {
|
||||
this.currentPage = 1;
|
||||
initCondition(this.condition, this.condition.selectAll);
|
||||
this.enableOrderDrag = this.condition.orders.length > 0 ? false : true;
|
||||
|
||||
|
@ -738,6 +737,7 @@ export default {
|
|||
this.initTableData();
|
||||
},
|
||||
search() {
|
||||
this.currentPage = 1;
|
||||
this.$emit('search');
|
||||
this.initTableData();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue