mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
Update index.tsx
This commit is contained in:
parent
18d3db7aed
commit
4a2d8b6800
@ -499,10 +499,10 @@ export class EventControl extends React.Component<
|
||||
item => item.eventName === data.actionData!.eventKey
|
||||
);
|
||||
|
||||
// 编辑的时候只能拿到当前动作前面动作的事件变量以及当前动作事件
|
||||
// 收集当前事件动作出参
|
||||
let actions = onEvent[data.actionData!.eventKey].actions;
|
||||
|
||||
// 编辑的时候只能拿到当前动作前面动作的事件变量
|
||||
// 编辑的时候只能拿到当前动作前面动作的事件变量以及当前动作事件
|
||||
if (data.type === 'update') {
|
||||
actions = actions.slice(0, data.actionData!.actionIndex !== undefined ? data.actionData!.actionIndex + 1 : 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user