release/3.0.1.2504.01-合并业务线
This commit is contained in:
parent
7677d20185
commit
799b086d9b
|
|
@ -135,7 +135,7 @@ class CreatePushRecordDialog extends Component {
|
|||
width: 1000, height: 580, minHeight: 200, minWidth: 380, maxHeight: "70%", maxWidth: "90%",
|
||||
overflow: "hidden", transform: "translate(0px, 0px)"
|
||||
}} buttons={[
|
||||
<Button onClick={this.props.onCancel}>{getLabel(111, "取消")}</Button>
|
||||
<Button onClick={() => this.props.onCancel()}>{getLabel(111, "取消")}</Button>
|
||||
]}>
|
||||
<FormInfo className="record-form" center={false} itemRender={itemRender} colCount={2}
|
||||
form={form} formFields={conditions} childrenComponents={childrenComponents}/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue