瀏覽代碼

再次提交

Lijy 3 年之前
父節點
當前提交
3866ad1a3d
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 3 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -1352,7 +1352,9 @@
                         return;
                     }
                 }
-                
+                if(!this.flgLg) {
+                    return
+                }
                 this.flgLg = false
                 this.$axios.post("/report/editReport", formData)
                 .then(res => {