fix(测试跟踪): 修复测试跟踪首页列表数据显示问题
--bug=1032339 --user=王旭 【测试跟踪】首页-过去7天测试计划失败用例TOP 10-页数切换-显示暂无数据 https://www.tapd.cn/55049933/s/1435122
This commit is contained in:
parent
d4d621012b
commit
142c9f7feb
|
@ -178,7 +178,7 @@ export default {
|
|||
homeTestPlanFailureCaseGet(
|
||||
this.projectId,
|
||||
this.pageSize,
|
||||
this.currentPage - 1
|
||||
this.currentPage
|
||||
)
|
||||
.then((r) => {
|
||||
this.loading = false;
|
||||
|
|
Loading…
Reference in New Issue