同步缺陷后描述丢失(#7877)
This commit is contained in:
parent
7ffe395786
commit
68e1ec834e
|
@ -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) {
|
||||
|
|
|
@ -80,11 +80,6 @@ export default {
|
|||
}
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
if (this.$refs.md) {
|
||||
this.$refs.md.markdownIt.set({html: false});
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
open() {
|
||||
this.dialogTableVisible = true;
|
||||
|
|
Loading…
Reference in New Issue