custom-艾志工业-合并个税

This commit is contained in:
黎永顺 2024-03-06 11:17:21 +08:00
parent a8e5099252
commit 84692176a6
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ class WelfareRecordList extends Component {
pageInfo: { ...pageInfo, current, pageSize, total },
dataSource, columns
}, () => this.postMessageToChild({
scrollHeight: 108, dataSource, columns, pageInfo: this.state.pageInfo, showOperateBtn
scrollHeight: 108, dataSource, columns, pageInfo: this.state.pageInfo, showOperateBtn,
unitTableType: "welfareRecord"
}));
}
}).catch(() => this.setState({ loading: false }));