doum
2 天以前 3d8dc67eb42a4e606907eae43824c37e1ab9810f
admin/src/components/common/RichEditor.vue
@@ -281,7 +281,10 @@
  },
  watch: {
    richData: function (value) {
      this.html = value
      console.error(value)
      this.$nextTick(() => {
        this.html = value
      })
    },
    readonly: function (value) {
      this.readonly = value