若依开源1.1.4发布

This commit is contained in:
RuoYi
2018-05-20 09:25:01 +08:00
parent fab59267ed
commit 01d61b1d0e
50 changed files with 1364 additions and 261 deletions

View File

@@ -5,10 +5,10 @@ $("#form-${classname}-edit").validate({
},
},
submitHandler:function(form){
edit();
update();
}
});
function edit() {
function update() {
_ajax_save(ctx + "${moduleName}/${classname}/save", $('#form-${classname}-edit').serialize());
}

View File

@@ -4,12 +4,12 @@ $(function() {
var columns = [{
checkbox: true
},
#foreach($column in $columns)
#foreach($column in $columns)
{
field : '${column.attrname}',
title : '${column.columnComment}'
},
#end
#end
{
title: '操作',
align: 'center',