src/views/intelligentPatrol/statistics/unlawful/area/index.vue
@@ -295,9 +295,13 @@ handleExport(e) { this.$axios({ method: "post", url: `sccg/intelligentPatrol/statistics/export/unlawful`, // url: `sccg/intelligentPatrol/statistics/export/unlawful/street`, // url: `sccg/intelligentPatrol/statistics/export/unlawful`, url: `sccg/intelligentPatrol/statistics/export/unlawful/street`, responseType: "arraybuffer", data: { beginTime: this.value2[0], endTime: this.value2[1], } }).then((res) => { let time = new Date(); let deathdate = time.toLocaleDateString();