|
|
|
@ -60,10 +60,11 @@ layui.define([ 'form', 'laydate', 'table','codeApi' ], function(exports) {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
refresh:function(){
|
|
|
|
|
codeApi.refresh(function(){
|
|
|
|
|
codeTable.reload();
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
// codeApi.refresh(function(){
|
|
|
|
|
// codeTable.reload();
|
|
|
|
|
// })
|
|
|
|
|
searchForm.reset();
|
|
|
|
|
Lib.doSearchForm($("#searchForm"), codeTable, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|