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

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

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