custom/网联清算有限公司(0401)

This commit is contained in:
lys 2025-12-05 15:04:40 +08:00
parent f6f1e9dd03
commit 62300a9f3d
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ export default class GenerateDeclarationDetail extends React.Component {
const { columns, list: dataSource, pageNum: current, pageSize, total } = data; const { columns, list: dataSource, pageNum: current, pageSize, total } = data;
this.setState({ this.setState({
dataSource, pageInfo: { ...pageInfo, current, pageSize, total }, dataSource, pageInfo: { ...pageInfo, current, pageSize, total },
columns: _.map(_.filter(columns, it => it.dataIndex !== "jobNum"), item => { columns: _.map(columns, item => {
if (item.dataIndex === "username") { if (item.dataIndex === "username") {
return { return {
...item, width: 180, ...item, width: 180,
@ -109,4 +109,4 @@ export default class GenerateDeclarationDetail extends React.Component {
</div> </div>
</WeaTop>); </WeaTop>);
} }
} }