forked from Gitlink/forgeplus-react
专区文章加判断
This commit is contained in:
parent
0ba4a5573b
commit
3972ad72f4
|
|
@ -22,7 +22,8 @@ function SelfList(props){
|
|||
const pathname = props.location.pathname;
|
||||
const { deptId} = props.match.params;
|
||||
const { id , temp , data } = props;
|
||||
const { sectionCmsTitle } = data;
|
||||
// const { sectionCmsTitle } = data;
|
||||
const sectionCmsTitle = data && data.sectionCmsTitle;
|
||||
const limit = 15;
|
||||
|
||||
useEffect(()=>{
|
||||
|
|
|
|||
Loading…
Reference in New Issue