修正别字

This commit is contained in:
网游之鱼
2021-10-16 06:49:37 +00:00
committed by Gitee
parent 51251331cf
commit 774cff9c52
12 changed files with 23 additions and 23 deletions

View File

@ -141,7 +141,7 @@
// 预览代码
function preview(tableId) {
var preViewUrl = prefix + "/preview/" + tableId;
$.modal.loading("正在加载数据,请稍...");
$.modal.loading("正在加载数据,请稍...");
$.get(preViewUrl, function(result) {
if (result.code == web_status.SUCCESS) {
var items = [];
@ -175,7 +175,7 @@
$.modal.confirm("确定要生成" + tableName + "表代码吗?", function() {
if(genType === "0") {
location.href = prefix + "/download/" + tableName;
layer.msg('执行成功,正在生成代码请稍…', { icon: 1 });
layer.msg('执行成功,正在生成代码请稍…', { icon: 1 });
} else if(genType === "1") {
$.operate.get(prefix + "/genCode/" + tableName);
}
@ -198,7 +198,7 @@
}
$.modal.confirm("确认要生成选中的" + rows.length + "条数据吗?", function() {
location.href = prefix + "/batchGenCode?tables=" + rows;
layer.msg('执行成功,正在生成代码请稍…', { icon: 1 });
layer.msg('执行成功,正在生成代码请稍…', { icon: 1 });
});
}