reactjs 下拉过滤数据

6rqinv9w  于 2022-12-03  发布在  React
关注(0)|答案(1)|浏览(111)

我想使用useSWR通过下拉菜单过滤数据。sortedOptionList是硬编码的。在调用api时有没有办法让它更动态?
https://codesandbox.io/s/weathered-wildflower-ousy1n?file=/src/App.tsx:0-1903

相关问题