From 9b9773c4f5e248c278f3c5a9a650be3c0220277b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 05 七月 2023 10:28:12 +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