Commit 7dc69d3e authored by zhengke's avatar zhengke

修改bug

parent 053425e4
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
defaultMsg(newVal, oldVal) { defaultMsg(newVal, oldVal) {
if (!this.isInputChange && newVal) { if (!this.isInputChange && newVal) {
if (this.editor && this.editor.isReady === 1) { if (this.editor && this.editor.isReady === 1) {
this.editor.setContent(newVal); // this.editor.setContent(newVal);
} else { } else {
this.tempContent = newVal; this.tempContent = newVal;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment