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`) } }