From e03183eb194b262cefcaadbea76173172254233c Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 22 Nov 2022 09:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BA=9B=E7=89=B9?= =?UTF-8?q?=E6=80=A7=E7=9A=84=E7=8E=AF=E5=A2=83=E7=94=9F=E6=88=90=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=8F=98=E4=B9=B1=E7=A0=81TXT=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c0bc943..8c9ce6a 100644 --- a/src/views/tool/gen/index.vue +++ b/src/views/tool/gen/index.vue @@ -222,7 +222,7 @@ function handleGenTable(row) { proxy.$modal.msgSuccess("成功生成到自定义路径:" + row.genPath); }); } else { - proxy.$download.zip("/tool/gen/batchGenCode?tables=" + tbNames, "ruoyi"); + proxy.$download.zip("/tool/gen/batchGenCode?tables=" + tbNames, "ruoyi.zip"); } } /** 同步数据库操作 */