Replies: 3 comments 3 replies
-
你不应该重置搜索表单的数据吗 |
Beta Was this translation helpful? Give feedback.
1 reply
-
有个搜索条件我想作为tab页放出来,点击TAB页后想要用新的条件请求表格数据。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
在BasicTable中
页面中有个按钮,有API的过滤条件{param1: 2}
但使用
reload({searchInfo: {param1: 2}});
不生效,它仍然使用{ param1: 1 }
去请求API,请问正确做法是什么?我想写个函数,在函数内部用个性化参数去调用getDataList,并更新table 的数据。Beta Was this translation helpful? Give feedback.
All reactions