社保福利档案编辑的bug

This commit is contained in:
liyongshun 2022-07-20 15:02:55 +08:00
parent 6ff45ec2a1
commit c6d9082986
1 changed files with 2 additions and 2 deletions

View File

@ -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 => (