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

crud单元格编辑提交保存后缺少保存成功事件,没办法在保存成功后编写actions刷新其他组件 #9877

Closed
yinlianghui opened this issue Mar 26, 2024 · 0 comments · Fixed by #9955
Assignees
Labels
awaiting-release enhancement New feature or request

Comments

@yinlianghui
Copy link
Contributor

是否关联于某个问题吗:

即crud的quickSaveApi接口执行成功后,没有保存成功事件可以编写后续actions。
image

因为我没办法实现在crud组件上显示的子表记录单元格编辑保存成功后,触发关联的form(里面有关联的汇总字段)重新reload显示最新汇总字段值。

预期的解决方案:

希望能像form组件一样,提供api接口的submitSucc事件能力。
image

其他可接受方案:

另外我发现quickSaveApi上配置发送配置器脚本,即requestAdaptor是可以生效了,但是接收适配器,即adaptor并不会生效,但是就算adaptor生效的话,估计也不能实现上面的需求,因为最好能通过事件编排的方式来执行api保存成功后的actions。

@yinlianghui yinlianghui added the enhancement New feature or request label Mar 26, 2024
@yinlianghui yinlianghui changed the title crud单元格编辑提交保存后缺少保存成功事件,没办法在保存成功后写action刷新其他组件 crud单元格编辑提交保存后缺少保存成功事件,没办法在保存成功后编写actions刷新其他组件 Mar 26, 2024
@2betop 2betop self-assigned this Mar 26, 2024
hsm-lv added a commit that referenced this issue Apr 3, 2024
feat: 补充 crud 的快速保存与拖拽顺序保存事件 Close: #9877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-release enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants