perf: 穿梭狂增加切换页面size的事件请求
This commit is contained in:
@ -230,6 +230,7 @@ function resetQuery() {
|
||||
function handleSizeChange(val: number) {
|
||||
if (queryParams.pageNum * val > total)
|
||||
queryParams.pageNum = 1
|
||||
getList()
|
||||
}
|
||||
|
||||
function transferValueInit() {
|
||||
|
Reference in New Issue
Block a user