fix:用例评审无法通过
This commit is contained in:
parent
ebba40ffae
commit
9ded918eaf
|
@ -110,14 +110,14 @@ export default {
|
||||||
this.$refs.md.toolbar_left_click('trash');
|
this.$refs.md.toolbar_left_click('trash');
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
inputLight() {
|
/* inputLight() {
|
||||||
this.$refs.test.focus();
|
this.$refs.md.focus();
|
||||||
},
|
},*/
|
||||||
refresh() {
|
refresh() {
|
||||||
this.$emit('getComments');
|
this.$emit('getComments');
|
||||||
},
|
},
|
||||||
//富文本框
|
//富文本框
|
||||||
imgAdd(pos, file){
|
imgAdd(pos, file) {
|
||||||
let param = {
|
let param = {
|
||||||
id: getUUID().substring(0, 8)
|
id: getUUID().substring(0, 8)
|
||||||
};
|
};
|
||||||
|
|
|
@ -272,7 +272,7 @@ export default {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.$refs.reviewComment.inputLight();
|
/* 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 {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue