-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BasicTable中重置了submitFunc方法后,如何在表单值变化的时候主动调取网络请求 #3570
Comments
建议提供最小可重现用例(可复制、可直接运行) |
` ` |
MD语法不香么?大神可能一眼看出症结所在 |
稍等啊 |
|
吐槽一下:这东西是真的难用啊 |
use多了,凌乱了 |
|
@gui-gu-zi // nextTick import 一下
onChange: async (e) => {
await nextTick();
reload();
}, 另外,这个和 updateSchema 没关系,即使直接放在 schemas 里,也一样的问题。 |
我试试 |
可以了,谢谢 |
另外,希望各位大神有时间把文档更新一下吧,孩子们快被文档折磨死了 |
原因应该是 #3573 |
描述 Bug
我用了reload,但是诡异的是reload时,请求的参数是变化前的参数,而不是变化后的参数,我有点懵
The text was updated successfully, but these errors were encountered: