中文:收口权限与中心/立项配置改造

This commit is contained in:
Cheng Zhou
2026-05-12 10:16:52 +08:00
parent 6e90370a5f
commit 77e842637d
67 changed files with 706 additions and 669 deletions
+1 -1
View File
@@ -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");
};