hooks icon indicating copy to clipboard operation
hooks copied to clipboard

【建议】useRequset run 函数,不要限制入参

Open Pszz opened this issue 3 years ago • 1 comments

image

   const { run, tableProps } = useRequest(service, {
     paginated: true
   })
  // 此处强制必须输入current/pageSize,实际此处已经被tableProps接管。
   run({
 
         filters:{ status: 200}

   }) 

Pszz avatar Jul 02 '21 10:07 Pszz

Yep makes zero sense to require this parameters.

chillyistkult avatar Jul 07 '21 09:07 chillyistkult