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

Select 异步数据请求返回数据结果顺序异常 #1543

Closed
GleanCoder1116 opened this issue Jan 26, 2021 · 1 comment · Fixed by #1544 or #1564
Closed

Select 异步数据请求返回数据结果顺序异常 #1543

GleanCoder1116 opened this issue Jan 26, 2021 · 1 comment · Fixed by #1544 or #1564
Labels
bug Something isn't working comp:select

Comments

@GleanCoder1116
Copy link
Collaborator

现象

当发出请求A时,未返回结果时,发出请求B;
在请求B响应结果后,请求A在其后面响应结果,导致显示数据为A的请求结果

@GleanCoder1116 GleanCoder1116 added the bug Something isn't working label Jan 26, 2021
@GleanCoder1116
Copy link
Collaborator Author

GleanCoder1116 commented Jan 26, 2021

该现象应在其他组件 selectTree tree table等相应的异步数据获取等请求中均会出现,解决方式,在下次请求发出时候,终止处在pending状态的请求

GleanCoder1116 pushed a commit that referenced this issue Jan 26, 2021
Nice-Ming added a commit that referenced this issue Jan 26, 2021
@GleanCoder1116 GleanCoder1116 linked a pull request Jan 26, 2021 that will close this issue
@GleanCoder1116 GleanCoder1116 linked a pull request Jan 29, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp:select
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants