Commit d60f07c2 authored by 黄奎's avatar 黄奎

编辑器修改

parent 012b0cfb
......@@ -28,7 +28,9 @@
watch: {
defaultMsg: {
handler(newValue) {
this.editMsg = this.defaultMsg;
if (this.defaultMsg) {
this.editMsg = this.defaultMsg;
}
},
immediate: true
}
......
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