fix(测试评审): 优化1实现和需求不符

This commit is contained in:
wenyann 2021-05-24 14:02:24 +08:00 committed by 刘瑞斌
parent 57dd5d03b8
commit 460f041e78
1 changed files with 0 additions and 10 deletions

View File

@ -274,16 +274,6 @@ export default {
} else {
this.$refs.reviewComment.inputLight();
this.$warning(this.$t('test_track.comment.description_is_null'));
this.$post('/test/review/case/edit', param, () => {
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();
}
});
}
} else {
this.$post('/test/review/case/edit', param, () => {