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

>=6.0.0的所有版本curd查询都有问题 #10212

Open
mizhicangyue opened this issue May 10, 2024 · 2 comments
Open

>=6.0.0的所有版本curd查询都有问题 #10212

mizhicangyue opened this issue May 10, 2024 · 2 comments
Assignees
Labels
bug Something isn't working need confirm

Comments

@mizhicangyue
Copy link

2024-05-10.18.44.21.mov

使用的查询方案是autoGenerateFilter, syncLocation不管设置成true还是false都会出现这个bug
1.一个问题就是搜索参数无法清空如上述视频
2.就是搜索按钮样式偏左,应该靠右。
本地试过将版本降级到3.6.3就不会出现这个问题。
但是如果将版本降级到3.6.3的时候log组件的source就不能用变量的方式读取websocket的数据,source会被处理成接口,如下图
截屏2024-05-10 18 55 26

代码如下:
{ "size": "full", "body": { "ws": { "responseKey": "log", "data": { "dsId": "${dsId}" }, "concatDataFields": "log", "url": "wss://xxx-api.xxx.com/ws/server" }, "body": [ { "source": "${log}", "type": "log", "height": 800 } ], "type": "service", "height": 300 }, "title": "实时日志", "actions": [ { "actionType": "cancel", "label": "关闭", "type": "button", "primary": true } ] }

这样实在是个两难的情况,希望各位大大能够解决一下这个问题。

@github-actions github-actions bot added the bug Something isn't working label May 10, 2024
Copy link

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

@2betop 2betop self-assigned this May 10, 2024
@2betop
Copy link
Collaborator

2betop commented May 16, 2024

最新版本不能复现,能否提供问题 schema?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need confirm
Projects
None yet
Development

No branches or pull requests

2 participants