fix(测试跟踪): 修复添加依赖用例,切换页面size,页面没有勾选框问题

--bug=1032261 --user=王旭 【测试跟踪】github#27180,添加依赖用例,如果用例50/页,有些用例没有勾选框 https://www.tapd.cn/55049933/s/1434634
This commit is contained in:
WangXu10 2023-11-09 10:51:39 +08:00 committed by Craftsman
parent 9467ce3399
commit f5f7770cc7
2 changed files with 3 additions and 2 deletions

View File

@ -3423,8 +3423,8 @@ const message = {
environment_group_id: "环境组ID",
id: "场景ID",
name: "场景名称",
level: "场景等级",
status: "场景状态",
level: "用例等级",
status: "用例状态",
delete_user: "删除人",
},
},

View File

@ -78,6 +78,7 @@
:total="page.total"
:page-size.sync="page.pageSize"
:screen-height="screenHeight"
:show-select-all="false"
@handlePageChange="getTestCases"
@selectCountChange="setSelectCounts"
@order="getTestCases"