fix:用例评审无法通过
This commit is contained in:
parent
ebba40ffae
commit
9ded918eaf
|
@ -110,9 +110,9 @@ export default {
|
|||
this.$refs.md.toolbar_left_click('trash');
|
||||
});
|
||||
},
|
||||
inputLight() {
|
||||
this.$refs.test.focus();
|
||||
},
|
||||
/* inputLight() {
|
||||
this.$refs.md.focus();
|
||||
},*/
|
||||
refresh() {
|
||||
this.$emit('getComments');
|
||||
},
|
||||
|
|
|
@ -272,7 +272,7 @@ export default {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
this.$refs.reviewComment.inputLight();
|
||||
/* this.$refs.reviewComment.inputLight();*/
|
||||
this.$warning(this.$t('test_track.comment.description_is_null'));
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue