release/2.18.2.2412.02-个税

This commit is contained in:
lys 2024-12-30 10:52:11 +08:00
parent 2e466c662f
commit 726890774c
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class DetailSettingsDialog extends Component {
style={{ width: 480, height: _.reduce(conditions, (pre, cur) => (pre += cur.items.length), 0) * 47 + 33 }}
buttons={[
<Button type="primary" onClick={this.save} loading={loading}>{getLabel(111, "确定")}</Button>,
<Button type="ghost" onClick={this.props.onCancel}>{getLabel(111, "取消")}</Button>
<Button type="ghost" onClick={() => this.props.onCancel()}>{getLabel(111, "取消")}</Button>
]}
>
<FormInfo className="form-dialog-layout" center={false} itemRender={itemRender}