custom/五院杭州中心
This commit is contained in:
parent
57ec917f3b
commit
fba2a0d4d5
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue