提交 4804cf1c authored 作者: 王绍森's avatar 王绍森

9898 应征入伍管理/兵役申请管理/服兵役申请 申请过/申请通过了 就不能再次申请了(h5也是

上级 9e589049
......@@ -106,11 +106,15 @@ export default class AffairPage extends React.Component {
handleSearchSet = () => {
const { columns, searchCondition } = this.state;
const { onResponse } = this.props;
const pageSearch = {
search: {
field: {},
getPageService: getApplyPage,
responseCallBack: (response) => {
if (onResponse) {
onResponse(response);
}
return response;
},
condition: searchCondition,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论