diff --git a/pc4mobx/hrmSalary/pages/ledger/step3/AddCategoryModal.js b/pc4mobx/hrmSalary/pages/ledger/step3/AddCategoryModal.js index b379d503..4979ea38 100644 --- a/pc4mobx/hrmSalary/pages/ledger/step3/AddCategoryModal.js +++ b/pc4mobx/hrmSalary/pages/ledger/step3/AddCategoryModal.js @@ -13,7 +13,7 @@ export default class AddCategoryModal extends React.Component { } render() { return ( - {this.props.onSave(this.state.name)}}>保存} width={600} + {this.props.onSave(this.state.name)}}>保存} width={600} visible={this.props.visible} onCancel={() => {this.props.onCancel()}} >