feature/2.9.9.2312.01-社保核算以及薪资账套查询优化

This commit is contained in:
黎永顺 2023-11-30 15:41:55 +08:00
parent 9949df47fb
commit 49eab11325
1 changed files with 10 additions and 0 deletions

View File

@ -339,6 +339,16 @@ class SupplementarySlide extends Component {
...baseInfo,
supplementType,
historyMonth: ""
},
businessAccounting: {
socialSecurityBase: [],
fundBase: [],
otherBase: []
},
inputPaymentAmount: {
socialPayment: [],
fundPayment: [],
otherPayment: []
}
}, () => this.handleChangeItem());
}