MrShi
18 小时以前 e4f9739d74323aacf09d139700f22a383910ee97
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