修复批量生成代码异常问题

This commit is contained in:
RuoYi
2018-07-09 20:38:57 +08:00
parent b8b49209ca
commit e55a42c21f
2 changed files with 3 additions and 4 deletions

View File

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