fix: 规范问题
This commit is contained in:
parent
6d908c9eb7
commit
3dbf7b0a25
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue