odc.xiaohui
2023-03-18 a52129f16bd78bceeae3ee901d3a15d8471b4845
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();