薪资账套已有bug修复

This commit is contained in:
黎永顺 2023-02-27 18:59:18 +08:00
parent 3d783247e9
commit 8a859da6fe
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ class LedgerSlide extends Component {
saveLedgerItem = () => {
const { empFields, itemGroups, saveSalarySobId } = this.state;
const { editId: salarySobId } = this.props;
console.log(itemGroups);
const payload = {
empFields: _.map(empFields, it => {
if (Object.prototype.toString.call(it.id) === "[object Number]") delete it.id;