mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !467 from Jason/develop
commit
1330f69c91
|
|
@ -40,7 +40,7 @@
|
||||||
// 重置搜索
|
// 重置搜索
|
||||||
form.on("click", "button[type=reset]", function (event) {
|
form.on("click", "button[type=reset]", function (event) {
|
||||||
form[0].reset();
|
form[0].reset();
|
||||||
|
$('.selectpage', form[0]).selectPageClear();
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
that.onCommonSearch();
|
that.onCommonSearch();
|
||||||
}, 1);
|
}, 1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue