From 428216f1c3c255b107eb689cb2afac1b7ed3df80 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 14 六月 2023 21:11:33 +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