From e46bfa3ff94a8a1b4daf37c7fcb79c2fab22a72c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 29 五月 2026 17:10:00 +0800
Subject: [PATCH] 新增智能电表、空调管理

---
 h5/pages/operation/record.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/h5/pages/operation/record.vue b/h5/pages/operation/record.vue
index 94122b2..21af5f5 100644
--- a/h5/pages/operation/record.vue
+++ b/h5/pages/operation/record.vue
@@ -71,6 +71,8 @@
 			this.$eventBus.$on('memberSel', (option) => {
 				this.$set(this.param, 'userName', option.realname)
 				this.$set(this.param, 'userId', option.id)
+				this.list = []
+				this.page = 1
 				this.getList()
 			})
 			

--
Gitblit v1.9.3