fix(测试跟踪): 修复测试跟踪首页列表数据显示问题

--bug=1032339 --user=王旭 【测试跟踪】首页-过去7天测试计划失败用例TOP 10-页数切换-显示暂无数据 https://www.tapd.cn/55049933/s/1435122
This commit is contained in:
WangXu10 2023-11-10 13:43:40 +08:00 committed by f2c-ci-robot[bot]
parent d4d621012b
commit 142c9f7feb
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export default {
homeTestPlanFailureCaseGet(
this.projectId,
this.pageSize,
this.currentPage - 1
this.currentPage
)
.then((r) => {
this.loading = false;