fix: 用例评审超过当前页数后无法执行

--bug=1013533 --user=陈建星 【测试跟踪】用例评审 超过当前页数后,选择通过,不会再执行 https://www.tapd.cn/55049933/s/1165808
This commit is contained in:
chenjianxing 2022-05-26 21:09:47 +08:00 committed by jianxing
parent c08c3c04b8
commit fb3b09f36c
1 changed files with 1 additions and 3 deletions

View File

@ -331,9 +331,7 @@ export default {
this.testCase.reviewStatus = status;
//
this.testCases[this.index].reviewStatus = status;
if (this.index < this.testCases.length - 1) {
this.handleNext();
}
this.handleNext();
//
this.oldReviewStatus = status;
});