payne
2024-04-26 9b49da3312241a0af84823d35b7763e64d320b19
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 () {