jiangping
2025-04-21 ebb2c8d515ef3756fb6634814f824f5dd5dd22c4
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()
      },