生成代码执行关闭

This commit is contained in:
RuoYi
2018-05-23 10:58:33 +08:00
parent 372eab160a
commit 532c43ec35
2 changed files with 1 additions and 1 deletions

View File

@ -49,5 +49,6 @@ function batchGenCode() {
}
$.modalConfirm("确认要生成选中的" + rows.length + "条数据吗?", function() {
location.href = prefix + "/batchGenCode?tables=" + JSON.stringify(rows);
layer.msg('执行成功,正在生成代码请稍后…', {icon: 1});
});
}