From 9a7c4d11957a9c4de0ac4056dd7e679376938982 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 23 May 2018 10:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E4=BB=A3=E7=A0=81=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/ruoyi/tool/gen/gen.js | 1 + src/main/resources/templates/index.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/ruoyi/tool/gen/gen.js b/src/main/resources/static/ruoyi/tool/gen/gen.js index 9824b833..81e7be02 100644 --- a/src/main/resources/static/ruoyi/tool/gen/gen.js +++ b/src/main/resources/static/ruoyi/tool/gen/gen.js @@ -49,5 +49,6 @@ function batchGenCode() { } $.modalConfirm("确认要生成选中的" + rows.length + "条数据吗?", function() { location.href = prefix + "/batchGenCode?tables=" + JSON.stringify(rows); + layer.msg('执行成功,正在生成代码请稍后…', {icon: 1}); }); } diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 0188f3d8..81038cfe 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,6 +1,5 @@ -