提交 25503c85 authored 作者: 钟是志's avatar 钟是志

31808 资助事务管理/服兵役国家教育资助/服兵役国家教育资助审核,和统计那一样--把类别分开审核(任)

上级 bdcb0d7a
......@@ -99,6 +99,10 @@ export default class List extends Component {
data = search.beforeSearchData(data, { ...this.props });
}
if (search.beforeSearchDataOutSide && typeof search.beforeSearchDataOutSide === 'function') {
data = search.beforeSearchDataOutSide(data, { ...this.props });
}
search.getPageService({ ...data, appId: workId }).then((response) => {
this.setState({
loading: false,
......
......@@ -50,7 +50,7 @@ class Index extends React.Component {
addFields,
tableInfo,
allConfigSetInfo,
searchCondition
searchCondition,
} = x;
this.setState(
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论