fix(接口测试): 修复case列表显示错误的缺陷

--bug=1031361 --user=王孝刚 【接口测试】github#26936,接口定义 case 列表页,页码与列表数据显示不一致
https://www.tapd.cn/55049933/s/1423380
This commit is contained in:
wxg0103 2023-10-08 17:29:01 +08:00 committed by f2c-ci-robot[bot]
parent 6b168f0f0d
commit abc3b0f6c6
1 changed files with 1 additions and 0 deletions

View File

@ -628,6 +628,7 @@ export default {
selectNodeIds() {
this.selectAll = false;
this.unSelection = [];
this.currentPage = 1;
this.selectDataCounts = 0;
this.initTable();
},