fei
2025-09-16 882c04207fdc667b0be8dc347e320d0414eedb94
src/views/archiveToUserStatistic/index.vue
@@ -206,7 +206,6 @@
      this.loading = true
      console.log(this.queryParams)
      console.log("--------------")
      alert(123)
      listArchiverecordstouserStatistic(this.queryParams).then(response => {
        console.log(response)
@@ -350,8 +349,8 @@
    },
    /** 导出按钮操作 */
    handleExport() {
      this.download('system/records/export', {
        ...this.queryParams
      this.download('system/archiverecordstouser/exportArToUser', {
        // ...this.queryParams
      }, `records_${new Date().getTime()}.xlsx`)
    }
  }