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() },