Pre Merge pull request !467 from Jason/develop

pull/467/MERGE
Jason 2025-01-03 03:02:39 +00:00 committed by Gitee
commit 1330f69c91
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
// 重置搜索
form.on("click", "button[type=reset]", function (event) {
form[0].reset();
$('.selectpage', form[0]).selectPageClear();
setTimeout(function () {
that.onCommonSearch();
}, 1);