jiangping
2025-04-18 015b4f31cebbecf6f6da760ed2f8af3da721e802
h5/pages/report/report.vue
@@ -120,10 +120,21 @@
         };
      },
      onLoad() {
         this.getList()
         this.getLocation()
         this.getLocation1()
      },
      onShow() {
         this.show = false
         this.show1 = false
         this.$nextTick(() => {
            this.$refs.pengTree._hide()
            this.$refs.pengTree1._hide()
         })
         this.search.page = 1
         this.search.next = true
         this.list = []
         this.getList()
      },
      onReachBottom() {
         this.getList()
      },