From 42a6f8585ae619f6004fe60157a3cf09b67d6f8f Mon Sep 17 00:00:00 2001 From: wanglei Date: Sat, 1 Nov 2025 17:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BB=BB=E5=8A=A1=E8=AF=84=E5=88=86?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=AF=BC=E5=87=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/pingce/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index 44f4317..fdb786d 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -1744,9 +1744,9 @@ export default { }).catch(() => {}) }, drwUserExport(){ - this.download('system/user/export', { + this.download('system/user/taskExport', { ...this.drwScpfzhInfo.queryParams - }, `评分账号_${new Date().getTime()}.xlsx`) + }, `多任务评分账号_${new Date().getTime()}.xlsx`) } } }