同步缺陷后描述丢失(#7877)

This commit is contained in:
chenjianxing 2021-11-19 20:58:42 +08:00 committed by jianxing
parent 7ffe395786
commit 68e1ec834e
2 changed files with 0 additions and 8 deletions

View File

@ -83,9 +83,6 @@ export default {
}
},
mounted() {
if (this.$refs.md) {
this.$refs.md.markdownIt.set({html: false});
}
//
let el = document.getElementById(this.id);
if (el) {

View File

@ -80,11 +80,6 @@ export default {
}
};
},
mounted() {
if (this.$refs.md) {
this.$refs.md.markdownIt.set({html: false});
}
},
methods: {
open() {
this.dialogTableVisible = true;