src/main/webapp/static/js/basCrnStatus/basCrnStatus.js
@@ -26,7 +26,6 @@ ,{field: 'modiTime$', align: 'center',title: '修改时间'} // ,{field: 'appeUser$', align: 'center',title: '创建者',event: 'appeUser', style: 'text-decoration: underline;cursor:pointer'} // ,{field: 'appeTime$', align: 'center',title: '添加时间'} ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} ]], request: { @@ -390,6 +389,7 @@ }); function tableReload(child) { var searchData = {}; $.each($('#search-box [name]').serializeArray(), function() { searchData[this.name] = this.value;