forked from Gitlink/forgeplus-react
工作流分页
This commit is contained in:
parent
9005106332
commit
06f0c53d3b
|
@ -35,7 +35,7 @@ function Structure(props,ref){
|
|||
if (projectsId) {
|
||||
Init();
|
||||
}
|
||||
}, []);
|
||||
}, [page]);
|
||||
|
||||
let current_user = props.current_user;
|
||||
function Init(status) {
|
||||
|
|
Loading…
Reference in New Issue