custom/五院杭州中心

This commit is contained in:
lys 2025-10-24 13:38:28 +08:00
parent 57ec917f3b
commit fba2a0d4d5
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ class Index extends Component {
.then(({ status, data }) => {
this.setState({ loading: false });
if (status && !_.isEmpty(data)) {
const { columns, pageInfo: { pageNum: current, pageSize, total, list: dataSource } } = data;
let { columns, pageInfo: { pageNum: current, pageSize, total, list: dataSource } } = data;
columns = _.filter(columns, o => (o.column !== "taxAgentName" && o.column !== "taxAgentId"));
this.setState({ pageInfo: { ...pageInfo, current, pageSize, total } }, () => {
const { pageInfo, sumRow } = this.state;
this.postMessageToChild({