From 882c04207fdc667b0be8dc347e320d0414eedb94 Mon Sep 17 00:00:00 2001 From: fei <791364011@qq.com> Date: 星期二, 16 九月 2025 22:27:11 +0800 Subject: [PATCH] 新增了代码 --- src/views/archiveToUserStatistic/index.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/archiveToUserStatistic/index.vue b/src/views/archiveToUserStatistic/index.vue index 3f30e4c..5a5acdd 100644 --- a/src/views/archiveToUserStatistic/index.vue +++ b/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`) } } -- Gitblit v1.9.1