-
Is there an existing issue for this?
Describe the bug
Expected Behavior如果表格勾选项被取消或移除, Interactive render modeInteractive Server (Interactive server-side rendering (interactive SSR) using Blazor Server) Steps To Reproduce
Exceptions (if any)No response .NET VersionNET9.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
@vonser Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem. |
Beta Was this translation helpful? Give feedback.
-
Since the issue was labeled with |
Beta Was this translation helpful? Give feedback.
-
后来我们发现,在OnQueryAsync中如果调用Mapster做模型转换,就会产生这一现象。 如果您认为这并非当前代码库职责内的问题,可以关闭该Issue,谢谢。 |
Beta Was this translation helpful? Give feedback.
-
@vonser 有例子就好办了。我研究一下代码先,如果是组件 bug 我们修复一下,如果可以兼容我们也会尽量兼容一下,或者看看有什么解决方案,稍后再回复 |
Beta Was this translation helpful? Give feedback.
-
@vonser 找到问题了 解决方案如下,请点击下方 方案1增加
方案2增加组件参数
|
Beta Was this translation helpful? Give feedback.
@vonser 找到问题了
解决方案如下,请点击下方
Make as answer
按钮标记为答案方便后来人方案1
增加
[Key]
标签组件会通过这个标签匹配对象是否是同一对象方案2
增加组件参数
ModelEqualityComparer
值