福利台账-调差页面点击保存时校验有误
This commit is contained in:
parent
672e697170
commit
499fe647a2
|
|
@ -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: "信息确认",
|
||||
|
|
|
|||
Loading…
Reference in New Issue