提交 1af81177 authored 作者: 钟是志's avatar 钟是志

27155 个人就业信息-求职创业补贴申报,申报和信息修改页面没有切换成功20192602004密bdk@2022*$

上级 05070ee4
......@@ -44,7 +44,7 @@ class AffairPage extends React.Component {
searchCondition: [],
dataBaseId: '',
addFields: [], // 新增时填写的字段。
renderIframe: true,
renderIframe: false,
allConfigSetInfo: null,
};
}
......@@ -190,7 +190,8 @@ class AffairPage extends React.Component {
});
};
componentDidMount() {
initData = () => {
if (!getToken()) {
message.error('您的数据未同步,请联系管理员!');
return false;
......@@ -242,6 +243,16 @@ class AffairPage extends React.Component {
return true;
}
componentDidMount() {
this.initData();
}
componentDidUpdate(prevProps, prevState) {
if(prevProps.workId !== this.props.workId){
this.initData();
}
}
returnList = (needSearchList = false) => {
console.log(needSearchList);
const { workId } = this.state;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论