fix(接口测试): 修复case列表显示错误的缺陷
--bug=1031361 --user=王孝刚 【接口测试】github#26936,接口定义 case 列表页,页码与列表数据显示不一致 https://www.tapd.cn/55049933/s/1423380
This commit is contained in:
parent
6b168f0f0d
commit
abc3b0f6c6
|
@ -628,6 +628,7 @@ export default {
|
|||
selectNodeIds() {
|
||||
this.selectAll = false;
|
||||
this.unSelection = [];
|
||||
this.currentPage = 1;
|
||||
this.selectDataCounts = 0;
|
||||
this.initTable();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue