-
Notifications
You must be signed in to change notification settings - Fork 392
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
[Bug]: 列表搜索有时变更快速搜索框的过滤条件回车发出的请求会把搜索表单中的过滤条件还原为上次的条件,接口请求的条件也是使用上次的 #7112
Comments
该问题还有一个重现规则,就是第一次进入列表界面时,过滤器中已经存在过滤条件,即之前因为操作过过滤条件存入了本地存储中。如果是第一次进入列表,即之前从来没设置过过滤条件,那么无论如何都重现不了此bug |
yinlianghui
added a commit
to steedos/steedos-widgets
that referenced
this issue
Jan 10, 2025
解决列表搜索时,使用表头排序、刷新按钮等还是有机率出现crud接口使用上次设置的过滤条件请求接口的异常情况 |
解决lookup字段弹出列表搜索时,使用表头排序、刷新按钮等还是有机率出现crud接口使用上次设置的过滤条件请求接口的异常情况 |
yinlianghui
added a commit
to steedos/steedos-widgets
that referenced
this issue
Jan 13, 2025
yinlianghui
added a commit
to steedos/steedos-widgets
that referenced
this issue
Jan 13, 2025
已解决,以下功能类似的操作过程也有bug,都处理了,重现步骤参考本issue上面描述的【重现步骤】:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Steps To Reproduce 重现步骤
Version 版本
2.7
The text was updated successfully, but these errors were encountered: