feat:动作的componentId支持表达式&动作增加componentName属性

This commit is contained in:
lvxiaojiao 2023-05-29 22:20:02 +08:00
parent 31273fbe73
commit 586f021b56
2 changed files with 4 additions and 4 deletions

View File

@ -3718,9 +3718,9 @@ itemAction 里的 onClick 还能通过 `data` 参数拿到当前行的数据,
当前组件对外暴露以下特性动作,其他组件可以通过指定`actionType: 动作名称`、`componentId: 该组件id`来触发这些动作,动作配置可以通过`args: {动作配置项名称: xxx}`来配置具体的参数,详细请查看[事件动作](../../docs/concepts/event-action#触发其他组件的动作)。
| 动作名称 | 动作配置 | 说明 |
| -------- | --------------- | ------------------ |
| setValue | `value: object` | 设置 CRUD 数据记录 |
| 动作名称 | 动作配置 | 说明 |
| -------- | --------------- | ------------ |
| setValue | `value: object` | 更新列表记录 |
value 结构说明:

View File

@ -2551,7 +2551,7 @@ popOver 的其它配置请参考 [popover](./popover)
| selectAll | - | 设置表格全部项选中 |
| clearAll | - | 清空表格所有选中项 |
| initDrag | - | 开启表格拖拽排序功能 |
| setValue | `value: object` | 设置 CRUD 数据记录 |
| setValue | `value: object` | 更新列表记录 |
value 结构说明: