MrShi
2025-04-17 6a787b9af792e04ae40625ed44c362fa0c9a3f4e
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()
      },