소스 검색

再次提交

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