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
dc6325be3b
commit
18d3db7aed
@ -504,7 +504,7 @@ export class EventControl extends React.Component<
|
||||
|
||||
// 编辑的时候只能拿到当前动作前面动作的事件变量
|
||||
if (data.type === 'update') {
|
||||
actions = actions.slice(0, data.actionData!.actionIndex !== undefined ?data.actionData!.actionIndex + 1 : 0);
|
||||
actions = actions.slice(0, data.actionData!.actionIndex !== undefined ? data.actionData!.actionIndex + 1 : 0);
|
||||
}
|
||||
|
||||
let jsonSchema = {...(eventConfig?.dataSchema?.[0] ?? {})};
|
||||
|
Loading…
Reference in New Issue
Block a user