fix(案例评审): 【用例评审】选择未通过时,编辑框高亮的同时给个提示#1005612

--bug=1005612 --user=宋天阳 【用例评审】选择未通过时,编辑框高亮的同时给个提示
https://www.tapd.cn/55049933/s/1031691
This commit is contained in:
song-tianyang 2021-08-03 15:37:27 +08:00 committed by 刘瑞斌
parent b90f5c0551
commit d0ffcdc053
1 changed files with 2 additions and 1 deletions

View File

@ -273,7 +273,7 @@ export default {
});
} else {
this.$refs.reviewComment.inputLight();
// this.$warning(this.$t('test_track.comment.description_is_null'));
this.$warning(this.$t('test_track.comment.description_is_null'));
}
} else {
this.$post('/test/review/case/edit', param, () => {
@ -334,6 +334,7 @@ export default {
}
// this.getRelatedTest();
this.getComments(item);
this.$refs.reviewComment.resetInputLight();
/* this.initTest();*/
//this.getFileMetaData(data);
})