mo 3 năm trước cách đây
mục cha
commit
b62e089971

+ 0 - 3
src/views/categroyManager/insideSetting/addressManager.vue

@@ -604,15 +604,12 @@ export default {
           // that.mapStatus = false
           // that.mapStatus = false
           // that.addressMessage = false
           // that.addressMessage = false
         } else {
         } else {
-          console.log(status,result)
           that.$message.error("请重新选择地址");
           that.$message.error("请重新选择地址");
         }
         }
       });
       });
     },
     },
     getpoient(e) {
     getpoient(e) {
       // let geocoder = new AMap.Geocoder()
       // let geocoder = new AMap.Geocoder()
-
-      console.log(e.lnglat,'getpoient')
       this.onSearchResult([{ location:e.lnglat}]);
       this.onSearchResult([{ location:e.lnglat}]);
 
 
     },
     },

+ 8 - 24
src/views/resetTeaming/components/payInfoDetail.vue

@@ -662,30 +662,18 @@ export default {
           this.preViewData = preViewData
           this.preViewData = preViewData
           await this.onPreview()
           await this.onPreview()
           let obj = this.fommatDate();
           let obj = this.fommatDate();
-          console.log(preViewData, obj, 'open preview look at')
-          // if (this.$route.query.calenderId) {
-          //   obj.calenderId = this.$route.query.calenderId;
-          //   try {
-          //     const res = await musicGroupresetCalender(obj);
-          //     this.$message.success("修改缴费成功");
-          //     this.goback();
-          //   } catch (e) {
-          //     console.log(e);
-          //   }
-          // } else {
-          //   try {
-          //     const res = await musicGroupcreateCalender(obj);
-          //     this.$message.success("创建缴费成功");
-          //     this.goback();
-          //   } catch (e) {
-          //     console.log(e);
-          //   }
-          // }
+        }else {
+
+          this.$nextTick(() => {
+            this.scrollView(obj);
+          });
         }
         }
       });
       });
     },
     },
     onSubmit() {
     onSubmit() {
+      console.log('提交')
       this.$refs.form.validate(async (isok) => {
       this.$refs.form.validate(async (isok) => {
+         console.log('isok',isok)
         if (isok) {
         if (isok) {
           let obj = this.fommatDate();
           let obj = this.fommatDate();
           if (this.$route.query.calenderId) {
           if (this.$route.query.calenderId) {
@@ -706,15 +694,11 @@ export default {
               console.log(e);
               console.log(e);
             }
             }
           }
           }
-        } else {
-          this.$nextTick(() => {
-            this.scrollView(obj);
-          });
         }
         }
       });
       });
     },
     },
     scrollView(object) {
     scrollView(object) {
-
+        console.log(object)
       for (const i in object) {
       for (const i in object) {
         let dom = this.$refs[i];
         let dom = this.$refs[i];
         // 这里是针对遍历的情况(多个输入框),取值为数组
         // 这里是针对遍历的情况(多个输入框),取值为数组