liuying
2024-05-09 f4078b75fe80f03e58af3217bf642d0de118d1c9
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 () {