From 2bc4a739db642494accbf5be1fa55793f4652f44 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 10 三月 2025 15:31:16 +0800
Subject: [PATCH] ll

---
 admin/src/views/business/platformBroadcastLog.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/admin/src/views/business/platformBroadcastLog.vue b/admin/src/views/business/platformBroadcastLog.vue
index 9a3b37a..e0312ff 100644
--- a/admin/src/views/business/platformBroadcastLog.vue
+++ b/admin/src/views/business/platformBroadcastLog.vue
@@ -123,7 +123,7 @@
         this.searchForm.endTime = timeForMat(6)[1]
         this.time = timeForMat(6)
       } else if (e === '2') {
-        this.searchForm.startDate= timeForMat(29)[0]
+        this.searchForm.startDate = timeForMat(29)[0]
         this.searchForm.endTime = timeForMat(29)[1]
         this.time = timeForMat(29)
       }
@@ -138,6 +138,14 @@
     reset() {
       this.$refs.searchForm.resetFields()
       this.time = []
+      this.searchForm = {
+        name: '',
+        info: '',
+        deviceType: '',
+        hkStatus: '',
+        startDate: '',
+        endDate: '',
+      }
       this.searchForm.radio = ''
       // this.changeRadio('0')
       this.search()

--
Gitblit v1.9.3