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

[Bug] [服务管理] 使用服务配置时,切换角色组数据不更新 #573

Open
2 of 3 tasks
chauncyLin opened this issue Jul 10, 2024 · 1 comment
Open
2 of 3 tasks
Labels
bug Something isn't working

Comments

@chauncyLin
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

存在多个用户组情况下,保存编辑后的配置,会使得角色切换失效,始终载入上一个角色的配置数据。此时只要不切换服务,切换至任意其他tab页均不会使得数据正确载入。

What you expected to happen

经排查,切换用户组时,前端发送了请求且后端正确返回了数据。但前端未能读取并填充。
初步定位为前端问题,烦请检查前端保存逻辑代码。

How to reproduce

使用服务管理-配置时,若存在多个角色组时:
1.对角色A进行配置,并保存。
2.切换到角色B。
3.此时角色B的配置数据仍填充为角色A的配置内容。
4.若此时保存,则会将角色A的配置信息保存至角色B。

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@chauncyLin chauncyLin added the bug Something isn't working label Jul 10, 2024
@datasophon
Copy link
Member

Okay, thank you for your feedback

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

No branches or pull requests

2 participants