From 2479a99acf8c7174a9c940cae22aedaaf9f44bb8 Mon Sep 17 00:00:00 2001 From: wanglei Date: Sat, 1 Nov 2025 08:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E6=A0=B8=E4=BB=BB=E5=8A=A1=20?= =?UTF-8?q?=E8=AF=84=E5=88=86=E8=B4=A6=E5=8F=B7=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/pingce/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index ca04d79..1476e2b 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -642,6 +642,7 @@
清除评分账号 + 评分账号导出 @@ -1735,6 +1736,11 @@ export default { this.$modal.msgSuccess("删除成功") }).catch(() => {}) }, + drwUserExport(){ + this.download('system/user/export', { + ...this.drwScpfzhInfo.queryParams + }, `评分账号_${new Date().getTime()}.xlsx`) + } } }