Browse Source

只需要在编辑图文时,才自动提交

shizhongqi 10 tháng trước cách đây
mục cha
commit
22d49993f5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      hdApp/src/admin/picText/picTextAdd.vue

+ 3 - 0
hdApp/src/admin/picText/picTextAdd.vue

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