From 740f596cb7c5b5e3576ba8aab9c4cc5732b3ccf2 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期日, 08 十月 2023 08:39:24 +0800
Subject: [PATCH] 油烟-报警

---
 src/views/intelligentPatrol/statistics/unlawful/time/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/intelligentPatrol/statistics/unlawful/time/index.vue b/src/views/intelligentPatrol/statistics/unlawful/time/index.vue
index 4c4ba61..b8de79b 100644
--- a/src/views/intelligentPatrol/statistics/unlawful/time/index.vue
+++ b/src/views/intelligentPatrol/statistics/unlawful/time/index.vue
@@ -144,8 +144,12 @@
     handleExport(e) {
       this.$axios({
         method: 'post',
-        url: `sccg/intelligentPatrol/statistics/export/unlawful`,
-        responseType: 'arraybuffer'
+        url: `sccg/intelligentPatrol/statistics/export/unlawful/time`,
+        responseType: 'arraybuffer',
+        data: {
+          beginTime: this.value2[0],
+          endTime: this.value2[1],
+        }
       })
         .then(res => {
           let time = new Date()

--
Gitblit v1.8.0