release/3.0.1.2504.01-合并业务线

This commit is contained in:
lys 2025-04-16 09:42:38 +08:00
parent 7677d20185
commit 799b086d9b
1 changed files with 1 additions and 1 deletions

View File

@ -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}/>