diff --git a/public/assets/js/bootstrap-table-commonsearch.js b/public/assets/js/bootstrap-table-commonsearch.js index 4ec0d961d057caf71c43c8d1eb09b342332ae66f..3a2f189d5bd9fc3b190c508ccdd23f2e31e70b5a 100644 --- a/public/assets/js/bootstrap-table-commonsearch.js +++ b/public/assets/js/bootstrap-table-commonsearch.js @@ -40,7 +40,7 @@ // 重置搜索 form.on("click", "button[type=reset]", function (event) { form[0].reset(); - + $('.selectpage', form[0]).selectPageClear(); setTimeout(function () { that.onCommonSearch(); }, 1);