From 16332a341801f80d27830d2ea4e683b4ab21167c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 21 四月 2025 18:28:00 +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