From 556fb43ff975b33789ca65a7bc5c181e2b4c4a2a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 24 Feb 2023 17:32:24 +0800
Subject: [PATCH] 警情信息页面功能完善

---
 src/views/home/components/bottomContainer.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/home/components/bottomContainer.vue b/src/views/home/components/bottomContainer.vue
index e5f8166..c09000a 100644
--- a/src/views/home/components/bottomContainer.vue
+++ b/src/views/home/components/bottomContainer.vue
@@ -294,6 +294,8 @@
         // 时间改变事件
         datePickerChange (e) {
             // this.timetype
+            this.currentPage = 1
+
             if (this.timetype == 0) {
 
                 this.getAlarmList({ type: this.timetype, time: this.dateFormat(e), current: this.currentPage })
@@ -881,4 +883,5 @@
         height: 100%;
         z-index: 1;
     }
-}</style>
+}
+</style>

--
Gitblit v1.9.3