diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js index da274a79..faee97d2 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/socialSecurityForm.js @@ -94,7 +94,7 @@ export default class SocialSecurityForm extends React.Component { notFoundContent="暂无数据" value={data && data.socialName} style={{ width: "100%" }} onChange={(value) => { this.handleFormChange({ socialName: value }); - this.handleFetchPaymentForm(value); + // this.handleFetchPaymentForm(value); }}> { items && items[0].items && items[0].items[0] && items[0].items[0].options.map(item => ( @@ -130,7 +130,7 @@ export default class SocialSecurityForm extends React.Component { notFoundContent="暂无数据" value={data && data.underTake} style={{ width: "100%" }} onChange={ (value) => { this.handleFormChange({ underTake: value }); - this.handleFetchPaymentForm(value); + // this.handleFetchPaymentForm(value); }}> { items && items[0].items && items[0].items[2] && items[0].items[2].options.map(item => (