@@ -163,6 +163,7 @@ var table = {
},
// 查询条件
queryParams: function(params) {
+ table.set();
var curParams = {
// 传递参数查询参数
pageSize: params.limit,
@@ -86,6 +86,7 @@
$(function() {
var options = {
id: "bootstrap-table1",
+ formId: "form1",
toolbar: "toolbar1",
url: prefix + "/list",
createUrl: prefix + "/add",
@@ -145,6 +146,7 @@
id: "bootstrap-table2",
+ formId: "form2",
toolbar: "toolbar2",