"eladmin-common/src/main/vscode:/vscode.git/clone" did not exist on "11b6834b1a8bfef08728010742bb02a6dfd2ce7f"
Commit 37606d65 authored by ykb's avatar ykb
Browse files

优化显示样式

parent ec708bba
...@@ -10,7 +10,7 @@ layui.define([ 'form', 'laydate', 'table','${entity.code}Api'], function(exports ...@@ -10,7 +10,7 @@ layui.define([ 'form', 'laydate', 'table','${entity.code}Api'], function(exports
initSubmit:function(){ initSubmit:function(){
$("#updateButton").click(function(){ $("#updateButton").click(function(){
form.on('submit(form)', function(){ form.on('submit(form)', function(){
${entity.code}Api.update${upperFirst(entity.code)}($('#updateForm'),function(){ ${entity.code}Api.update${upperFirst(entity.code)}($('#updateForm'),function(
parent.window.dataReload(); parent.window.dataReload();
Common.info("更新成功"); Common.info("更新成功");
Lib.closeFrame(); Lib.closeFrame();
......
Supports Markdown
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