Lijy vor 3 Jahren
Ursprung
Commit
3866ad1a3d

+ 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 => {