fix: 用例评审评论时加标签

This commit is contained in:
wenyann 2021-05-14 12:13:32 +08:00 committed by 刘瑞斌
parent 2175995964
commit 116994bbe6
1 changed files with 0 additions and 2 deletions

View File

@ -278,9 +278,7 @@ export default {
this.$success(this.$t('commons.save_success'));
this.updateTestCases(param);
this.setReviewStatus(this.testCase.reviewId);
//
this.testCase.reviewStatus = status;
//
this.testCases[this.index].reviewStatus = status;
if (this.index < this.testCases.length - 1) {
this.handleNext();