useTable的formConfig配置后,请求自动增加参数,如何按照我期望的格式传参 #1200
Unanswered
zhangshilun
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
默认 page:1,size:10,param1:xxx,param2:xxx ...
但是我需要的样子为
page:1,size:10,filter:[{field:'param1',value:'xxx'},{field:'param2',value:'xxx'}...]
Beta Was this translation helpful? Give feedback.
All reactions