From d2db97aec62ef8a567f2f61eda1c5b7a6f95dc4b Mon Sep 17 00:00:00 2001
From: 张晓波 <bingbo1993@126.com>
Date: 星期二, 05 十二月 2023 16:43:47 +0800
Subject: [PATCH] 人脸 缓存同步菜单

---
 web/src/views/SecureManage/SmartHelmet/TrackBack.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/web/src/views/SecureManage/SmartHelmet/TrackBack.vue b/web/src/views/SecureManage/SmartHelmet/TrackBack.vue
index a943fa9..f058bec 100644
--- a/web/src/views/SecureManage/SmartHelmet/TrackBack.vue
+++ b/web/src/views/SecureManage/SmartHelmet/TrackBack.vue
@@ -152,10 +152,8 @@
             let out = {}
             const params = {
                 userId: this.userId,
-                // strTime: this.chart.date?.[0],
-                // endTime: this.chart.date?.[1],
-                strTime: '2023-06-01',
-                endTime: '2023-06-31',
+                strTime: this.chart.date?.[0],
+                endTime: this.chart.date?.[1],
             }
             const {data, statusMsg} = await this.$http.getOnlineTime(params)
             if (statusMsg === 'ok') {
@@ -174,10 +172,8 @@
             }
             const params = {
                 userId: this.userId,
-                // strTime: this.chart.date?.[0],
-                // endTime: this.chart.date?.[1],
-                strTime: '2023-06-01',
-                endTime: '2023-06-31',
+                strTime: this.chart.date?.[0],
+                endTime: this.chart.date?.[1],
             }
             const {data, statusMsg} = await this.$http.getTrackLists(params)
             if (statusMsg === 'ok') {

--
Gitblit v1.9.3