Skip to content
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

reAsyncChildNode重新发起请求时,是依靠什么属性去发起请求的 #509

Open
white1crow opened this issue Jul 22, 2022 · 0 comments

Comments

@white1crow
Copy link

场景:
三级联动表单,当一级tree节点点击时,根据选中一级节点treeId去发起请求,获取数据后,更新二、三级tree。
遇到的问题:
现在默认情况下是根据treeSetting.async.otherParams中的参数{id,root}去发起请求的,但是当我点击一级节点,主动更新treeSetting.async.otherParams中的参数并且同时使用reAsyncChildNode发起请求时,所请求的参数仍是上一个一级节点的treeId.
请问我该如何准确的根据当前一级节点的treeId去发起请求并且更新二三级的tree呢

如果您能在百忙中看到这个问题,恳请你解答一下,感激不尽!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant