中文:收口权限与中心/立项配置改造
This commit is contained in:
@@ -198,7 +198,7 @@ const handleLockToggle = async (study: Study) => {
|
||||
};
|
||||
|
||||
const enterStudy = (row: Study) => {
|
||||
studyStore.setCurrentStudy({ ...row, role_in_study: "PM" } as Study);
|
||||
studyStore.setCurrentStudy(row);
|
||||
router.push("/project/overview");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user