forked from Gitlink/forgeplus-react
兼容页面刷新时的id新增
This commit is contained in:
parent
ffc8ffdaf8
commit
5a8e5df6bb
|
@ -27,7 +27,7 @@ export default Form.create()(({ form, history, showNotification, projectDetail,
|
|||
|
||||
|
||||
useEffect(() => {
|
||||
wikiName && getWiki({
|
||||
wikiName && project && getWiki({
|
||||
owner,
|
||||
repo: projectsId,
|
||||
pagename: wikiName,
|
||||
|
|
Loading…
Reference in New Issue