工作流分页

This commit is contained in:
caishi 2020-11-27 16:29:08 +08:00
parent 9005106332
commit 06f0c53d3b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function Structure(props,ref){
if (projectsId) {
Init();
}
}, []);
}, [page]);
let current_user = props.current_user;
function Init(status) {