iWare_RawMaterialWarehouse_Web/src/components/Editor/WangEditor.vue
@@ -103,7 +103,7 @@ this.editor.create() // 生成编辑器 this.editor.txt.text(this.value) // 生成编辑器 this.$emit('oninit', this.editor) this.$emit('ok', this.editor) } }, beforeCreate () {