From dcfa33f2fb9e795b1364df77e231363d148439c2 Mon Sep 17 00:00:00 2001 From: luyongqiang Date: Fri, 7 Feb 2025 02:55:33 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/views/tool/gen/index.vue.=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E4=BB=A5=E8=A1=A8=E5=90=8D=EF=BC=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=20ruoyi.zip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luyongqiang --- src/views/tool/gen/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue index b4df31b5..2b396c64 100644 --- a/src/views/tool/gen/index.vue +++ b/src/views/tool/gen/index.vue @@ -185,7 +185,7 @@ const handleGenTable = async (row?: TableVO) => { await genCode(row.tableId); proxy?.$modal.msgSuccess('成功生成到自定义路径:' + row.genPath); } else { - proxy?.$download.zip('/tool/gen/batchGenCode?tableIdStr=' + tbIds, 'ruoyi.zip'); + proxy?.$download.zip('/tool/gen/batchGenCode?tableIdStr=' + tbIds, row?.className + '_code.zip'); } }; /** 同步数据库操作 */ -- Gitee