From 5b1a4f4e29652cf1b2f4eb406d96700acffc9e8c Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 24 十月 2023 14:23:17 +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