zhanghua
2023-03-18 884adfb01807bea8b13ab314559a31ee2f5449f3
src/views/intelligentPatrol/statistics/unlawful/area/index.vue
@@ -144,9 +144,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();