src/main/webapp/views/home/console.html
@@ -391,6 +391,14 @@ .val('') .removeAttr('checked') .removeAttr('selected'); var searchData = {}; $.each($('#search-box [name]').serializeArray(), function() { searchData[this.name] = this.value; }); tableIns.reload({ where: searchData }); }); function tableReload() {