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