fix: 用例评审无法通过 (#4363)

Co-authored-by: wenyann <wenyan.yang@fit2cloud.com>
This commit is contained in:
metersphere-bot 2021-07-02 18:27:06 +08:00 committed by GitHub
parent 73bde25387
commit 221f275f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -110,14 +110,14 @@ export default {
this.$refs.md.toolbar_left_click('trash');
});
},
inputLight() {
this.$refs.test.focus();
},
/* inputLight() {
this.$refs.md.focus();
},*/
refresh() {
this.$emit('getComments');
},
//
imgAdd(pos, file){
imgAdd(pos, file) {
let param = {
id: getUUID().substring(0, 8)
};

View File

@ -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 {