From 98250a7cff913563152ae8b313c7f45cc27545ba Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 27 二月 2025 09:13:50 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 admin/src/views/business/deviceEvent.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/src/views/business/deviceEvent.vue b/admin/src/views/business/deviceEvent.vue
index 02ad4f8..6dd132c 100644
--- a/admin/src/views/business/deviceEvent.vue
+++ b/admin/src/views/business/deviceEvent.vue
@@ -155,8 +155,8 @@
     reset() {
       this.$refs.searchForm.resetFields()
       this.time = []
-      this.searchForm.radio = '0'
-      this.changeRadio('0')
+      this.searchForm.radio = ''
+      // this.changeRadio('0')
       this.search()
     }
   }

--
Gitblit v1.9.3