兼容页面刷新时的id新增
This commit is contained in:
parent
ff75065a0a
commit
d988c4ea5f
|
@ -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