Commit 554f4d22 by fengshuonan

更新代码生成模块

parent df59bfd6
...@@ -15,7 +15,9 @@ ...@@ -15,7 +15,9 @@
<!-- 加载动画,移除位置在common.js中 --> <!-- 加载动画,移除位置在common.js中 -->
<div class="page-loading"> <div class="page-loading">
<div class="rubik-loader"></div> <div class="ball-loader">
<span></span><span></span><span></span><span></span>
</div>
</div> </div>
<!-- 正文开始 --> <!-- 正文开始 -->
......
...@@ -14,7 +14,9 @@ ...@@ -14,7 +14,9 @@
<!-- 加载动画,移除位置在common.js中 --> <!-- 加载动画,移除位置在common.js中 -->
<div class="page-loading"> <div class="page-loading">
<div class="rubik-loader"></div> <div class="ball-loader">
<span></span><span></span><span></span><span></span>
</div>
</div> </div>
<div class="layui-card-body" style="text-align: center;"> <div class="layui-card-body" style="text-align: center;">
......
...@@ -88,9 +88,10 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () { ...@@ -88,9 +88,10 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () {
var proPackage = $("#proPackage").val(); var proPackage = $("#proPackage").val();
var removePrefix = $("#removePrefix").val(); var removePrefix = $("#removePrefix").val();
var dataSourceId = $("#dataSourceId").val(); var dataSourceId = $("#dataSourceId").val();
var modularName = $("#modularName").val();
window.location.href = Feng.ctxPath + "/execute?dataSourceId=" + dataSourceId + "&author=" window.location.href = Feng.ctxPath + "/execute?dataSourceId=" + dataSourceId + "&author="
+ author + "&proPackage=" + proPackage + "&removePrefix=" + removePrefix + "&tables=" + Code.tableNames; + author + "&proPackage=" + proPackage + "&removePrefix=" + removePrefix + "&tables=" + Code.tableNames + "&modularName=" + modularName;
}); });
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment