This commit is contained in:
cwchen 2024-07-25 17:44:40 +08:00
parent 2c40bd6d68
commit 39e9350818
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ function getReqParams(page, limit, type) {
// 查询/重置
function query() {
temp_all_list.splice(0,temp_all_list.length)
pageNum = 1;
pages(1, limitSize);
}