diff --git a/manager/src/views/my-components/lili/editor.vue b/manager/src/views/my-components/lili/editor.vue index e871d5b5..cc064388 100644 --- a/manager/src/views/my-components/lili/editor.vue +++ b/manager/src/views/my-components/lili/editor.vue @@ -63,7 +63,7 @@ export default { data() { return { editor: null, // 富文本编辑器初始化 - data: this.value, // 富文本数据 + data: '', // 富文本数据 dataEdit: "", // 编辑数据 showHTMLModal: false, // 显示html full: false, // html全屏开关 @@ -185,12 +185,10 @@ export default { if (!editor) { this.initEditor(); } - if (value && value != this.data) { - this.data = value; - editor.txt.html(this.data); - this.$emit("input", this.data); - this.$emit("on-change", this.data); - } + this.data = value; + editor.txt.html(this.data); + this.$emit("input", this.data); + this.$emit("on-change", this.data); }, }, watch: { diff --git a/manager/src/views/my-components/lili/upload-pic-input.vue b/manager/src/views/my-components/lili/upload-pic-input.vue index d112cc01..86f8166a 100644 --- a/manager/src/views/my-components/lili/upload-pic-input.vue +++ b/manager/src/views/my-components/lili/upload-pic-input.vue @@ -11,15 +11,15 @@ :readonly="readonly" :maxlength="maxlength" > - + + +
+ 该资源不存在 + 查看大图 +
+
- - -
- 该资源不存在 - 查看大图 -
-
+ - + diff --git a/manager/src/views/page/article-manage/articleList.vue b/manager/src/views/page/article-manage/articleList.vue index cc66d389..d8d97d6e 100644 --- a/manager/src/views/page/article-manage/articleList.vue +++ b/manager/src/views/page/article-manage/articleList.vue @@ -4,7 +4,7 @@ - + @@ -18,9 +18,9 @@ - + - +