From 1ce692421ad696f638569cdfd53c79ccd330e7e1 Mon Sep 17 00:00:00 2001 From: MustangDeng <670124965@qq.com> Date: Wed, 15 Jun 2022 16:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91Modal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/pages/ledger/step3/AddCategoryModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}} >