fix:事件动作args错误问题

Change-Id: I8447a84a971814c1d990b210384d249d2b978778
This commit is contained in:
hsm-lv 2022-07-06 17:36:20 +08:00
parent e60cf433f2
commit e9a805cadf

View File

@ -132,6 +132,7 @@ export default class ActionDialog extends React.Component<ActionDialogProp> {
componentId: form.data.componentId
? ''
: undefined,
args: {},
__cmptActionType,
__actionDesc: actionNode?.description,
__actionSchema: actionNode?.schema,