Unverified Commit 221f275f authored by metersphere-bot's avatar metersphere-bot Committed by GitHub
Browse files

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

Co-authored-by: default avatarwenyann <wenyan.yang@fit2cloud.com>
parent 73bde253
Showing with 5 additions and 5 deletions
+5 -5
......@@ -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)
};
......
......@@ -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 {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment