diff --git a/examples/components/EventAction/Common.jsx b/examples/components/EventAction/Common.jsx index 34a20b8f9..bab48fe06 100644 --- a/examples/components/EventAction/Common.jsx +++ b/examples/components/EventAction/Common.jsx @@ -394,8 +394,7 @@ export default { actions: [ { actionType: 'show', - // componentId: 'input-text_001' - componentId: 'b_001' + componentId: 'input-text_001' } ] } @@ -411,8 +410,7 @@ export default { actions: [ { actionType: 'hidden', - // componentId: 'input-text_001' // b_001 - componentId: 'b_001' + componentId: 'input-text_001' // b_001 } ] } @@ -495,22 +493,6 @@ export default { id: 'b_002', className: 'ml-2', label: '打开一个弹窗(模态)' - }, - { - type: 'button', - label: '隐藏', - className: 'ml-2', - onEvent: { - click: { - actions: [ - { - actionType: 'hidden', - // componentId: 'input-text_001' // b_001 - componentId: 'b_001' - } - ] - } - } } ] }