diff --git a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/salaryCalcLayout.js b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/salaryCalcLayout.js index 0ece4702..c95f07b0 100644 --- a/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/salaryCalcLayout.js +++ b/pc4mobx/hrmSalary/pages/calculate/doCalc/components/salaryEditCalc/salaryCalcLayout.js @@ -75,6 +75,7 @@ class SalaryCalcLayout extends Component { title={getLabel(131329, "信息确认")} visible={fieldInformationConfirm.visible} initLoadCss hasScroll style={{ width: 380 }} className="infoConfirmDialog" buttons={buttons} onCancel={() => this.setState({ + show: true, fieldInformationConfirm: { ...fieldInformationConfirm, visible: false } }, () => this.props.init())}>