初始多表格demo修改

This commit is contained in:
RuoYi
2019-09-20 18:22:34 +08:00
parent d5d2ae1da8
commit 64f0e9d282
4 changed files with 84 additions and 28 deletions

View File

@ -151,7 +151,7 @@
function searchPre() {
var data = {};
data.businessTypes = $.common.join($('#businessTypes').selectpicker('val'));
$.table.search('operlog-form', data);
$.table.search('operlog-form', 'bootstrap-table', data);
}
function resetPre() {