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

v1.5.5镜像版本在区块列表和交易列表页切换群组不会刷新数据 #535

Closed
dohkoxiaozu opened this issue Nov 15, 2024 · 1 comment

Comments

@dohkoxiaozu
Copy link

image

问题记录:
在这两个文件 src/views/transactionInfo/transactionInfo.vuesrc/views/blockInfo/blockInfo.vue 中,在切换群组后,没有触发 changGroup 方法,导致列表数据没有更新。

疑问:
请问在这个版本分支里,这个方法是否合并代码的时候不小心注释了?把注释还原回来是能解决问题的。

相关代码截图:
image
image
image
image

@dohkoxiaozu
Copy link
Author

修复方案

在以下文件内增加相关逻辑,已参考其他文件。
修复文件1【src/views/blockInfo/blockInfo.vue】:
image
image

修复文件2【src/views/chaincode/contract.vue】:
image
image

修复文件3【src/views/transactionInfo/transactionInfo.vue】
image
image

调整后,可成功在区块列表和交易列表切换群组时正常刷新数据。

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