提交 90192385 authored 作者: chscls@163.com's avatar chscls@163.com

修改bug

上级 cff5dd47
......@@ -830,8 +830,12 @@ class FormList extends React.Component {
this.setState({
formValues: fieldsValue,
});
this.getPage(null, values);
const params = {
pageNo: 1,
pageSize: this.props.pageSize || 10,
query: JSON.stringify(values),
};
this.getPage(params, values);
});
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论