@@ -108,6 +111,10 @@ class DeductionListConfirmDialog extends Component {
+ this.setState({
+ editDialog: { visible: false, record: {} }
+ }, () => callback && callback())}/>
this.setState({ visible: false }, () => callback && callback())}/>
diff --git a/pc4mobx/hrmSalary/pages/employeedeclareDetail/components/deductionListConfirmEmployeeDialog.js b/pc4mobx/hrmSalary/pages/employeedeclareDetail/components/deductionListConfirmEmployeeDialog.js
index 66388df3..1f094b81 100644
--- a/pc4mobx/hrmSalary/pages/employeedeclareDetail/components/deductionListConfirmEmployeeDialog.js
+++ b/pc4mobx/hrmSalary/pages/employeedeclareDetail/components/deductionListConfirmEmployeeDialog.js
@@ -92,14 +92,8 @@ class DeductionListConfirmEmployeeDialog extends Component {
onClick={this.save}>{getLabel(111, "确认")},
]}
style={{
- width: 1150,
- height: 606.6,
- minHeight: 200,
- minWidth: 380,
- maxHeight: "90%",
- maxWidth: "90%",
- overflow: "hidden",
- transform: "translate(0px, 0px)"
+ width: 1150, height: 490, minHeight: 200, minWidth: 380, maxHeight: "90%", maxWidth: "90%",
+ overflow: "hidden", transform: "translate(0px, 0px)"
}}>