From c92ef51676efa03d41c1cf7b94f4077d58a7babd Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 21 四月 2025 14:25:29 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/report/report.vue |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/h5/pages/report/report.vue b/h5/pages/report/report.vue
index e338def..b481c41 100644
--- a/h5/pages/report/report.vue
+++ b/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()
 		},

--
Gitblit v1.9.3