From 122faf2b3a03f7ef381d70a38684fe0b70d42ebc Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 12 十二月 2023 22:17:39 +0800
Subject: [PATCH] 图片上传显示bug
---
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