Replies: 1 comment 1 reply
-
@JerryJian 很高兴您提交讨论问题,这个问题我们也一直尝试,ABP 的框架编辑查看等等都是不同的 DTO 所以这个问题已经很早之前就遇到了,但是我们需要一个实际可行的解决方案或者思路。欢迎更深入的讨论。不限于提供一些伪代码,或者巧妙的解决方案 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在我的开发过程中,列表条目往往比编辑、添加的字段会多一些,同时有些编辑使用的字段,列表也不会查询出来。
请问有什么办法,将 EditTemplate 中的对象类型,列表条目不同,并传入到
SaveAsync(TItem item, ItemChangedType changedType)
中?Beta Was this translation helpful? Give feedback.
All reactions