fix: 规范问题

This commit is contained in:
wenyann 2021-05-14 10:05:17 +08:00 committed by 刘瑞斌
parent 6d908c9eb7
commit 3dbf7b0a25
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ export default {
param.reviewId = this.testCase.reviewId;
param.status = status;
//reviewComment
if (status == 'UnPass') {
if (status === 'UnPass') {
if (this.comments.length > 0) {
this.$post('/test/review/case/edit', param, () => {
this.$success(this.$t('commons.save_success'));