fix: 用例评审超过当前页数后无法执行
--bug=1013533 --user=陈建星 【测试跟踪】用例评审 超过当前页数后,选择通过,不会再执行 https://www.tapd.cn/55049933/s/1165808
This commit is contained in:
parent
c08c3c04b8
commit
fb3b09f36c
|
@ -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.oldReviewStatus = status;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue