mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-16 01:40:53 +08:00
amis-saas-8098 先去掉防抖和阻止冒泡
Change-Id: I45438639948ad63f4da045e1b5450387c58a80b4
This commit is contained in:
parent
0ce9a64218
commit
f1cc039081
@ -280,18 +280,18 @@ export default class ActionDialog extends React.Component<ActionDialogProp> {
|
||||
className: 'action-panel-title',
|
||||
visibleOn: 'data.actionType'
|
||||
},
|
||||
{
|
||||
name: 'stopPropagation',
|
||||
label: '阻断条件',
|
||||
type: 'ae-expressionFormulaControl',
|
||||
evalMode: true,
|
||||
variables: '${variables}',
|
||||
mode: 'horizontal',
|
||||
size: 'lg',
|
||||
visibleOn: 'data.actionType',
|
||||
description:
|
||||
'满足条件时,将会阻断当前事件的后续动作的执行'
|
||||
},
|
||||
// {
|
||||
// name: 'stopPropagation',
|
||||
// label: '阻断条件',
|
||||
// type: 'ae-expressionFormulaControl',
|
||||
// evalMode: true,
|
||||
// variables: '${variables}',
|
||||
// mode: 'horizontal',
|
||||
// size: 'lg',
|
||||
// visibleOn: 'data.actionType',
|
||||
// description:
|
||||
// '满足条件时,将会阻断当前事件的后续动作的执行'
|
||||
// },
|
||||
{
|
||||
name: 'expression',
|
||||
label: '执行条件',
|
||||
|
@ -810,7 +810,7 @@ export class EventControl extends React.Component<
|
||||
<div onClick={this.delEvent.bind(this, eventKey)}>
|
||||
<Icon className="icon" icon="delete-bold-btn" />
|
||||
</div>
|
||||
<div
|
||||
{/* <div
|
||||
onClick={this.activeEventDialog.bind(this, {
|
||||
eventName: eventKey,
|
||||
eventLabel:
|
||||
@ -819,7 +819,7 @@ export class EventControl extends React.Component<
|
||||
})}
|
||||
>
|
||||
<Icon className="icon" icon="edit-full-btn" />
|
||||
</div>
|
||||
</div> */}
|
||||
<div
|
||||
onClick={this.toggleActivePanel.bind(this, eventKey)}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user