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