rk
2 天以前 7b09a9950f13521190a4aef9bbc2a6163445566c
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