Browse Source

再次提交

Lijy 3 years ago
parent
commit
3866ad1a3d
1 changed files with 3 additions and 1 deletions
  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 => {