doum
2 天以前 a693058ca26c5e5cb07febdbe2af6a066e080873
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