diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/adjustTable.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/adjustTable.js index a15527d0..76bf1491 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/adjustTable.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBookDetail/components/adjustTable.js @@ -353,7 +353,7 @@ class AdjustTable extends Component { const { adjustToOptions, categoryTypeOptions, key, target, ...extraParams } = record; const month = getQueryString("billMonth"); const paymentOrg = getQueryString("paymentOrganization"); - const bool = _.every(Object.keys(record), child => !!record[child]); + const bool = _.every(Object.keys({ ...extraParams, target }), child => !!{ ...extraParams, target }[child]); if (!bool) { Modal.warning({ title: "信息确认",