fix(案例评审): 【用例评审】选择未通过时,编辑框高亮的同时给个提示#1005612
--bug=1005612 --user=宋天阳 【用例评审】选择未通过时,编辑框高亮的同时给个提示 https://www.tapd.cn/55049933/s/1031691
This commit is contained in:
parent
b90f5c0551
commit
d0ffcdc053
|
@ -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);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue