@@ -202,6 +202,9 @@ export default {
},
// 接收编辑器自动提交事件
onEditorAutoSubmit() {
+ // 只需要在编辑图文时,才自动提交
+ if (!this.isEdit) return;
+
this.autoSubmitMode = true;
const e = {
detail: {