Commit 792f126e authored by zhengke's avatar zhengke

优化 企业空间 分页

parent ddc65ce2
......@@ -497,6 +497,9 @@ const Search = (item:any=null) =>{
}
const querySearchHandler = async () =>{
if(userInfo.value.it && (userInfo.value.ia || userInfo.value.ic)){
queryObj.pageSize = 11
}else queryObj.pageSize = 12
if(loading.value) return
loading.value = true
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment