Lijy 3 år sedan
förälder
incheckning
3866ad1a3d
1 ändrade filer med 3 tillägg och 1 borttagningar
  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 => {