jiangping
2025-04-22 11e6ed41dac032fd09a793787c4747ab0d1aa9f6
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()
      },