信息架构/菜单框架大重构-20260109
This commit is contained in:
@@ -81,7 +81,7 @@ const statusLabel = (status: string) =>
|
||||
const enterProject = () => {
|
||||
if (!project.value) return;
|
||||
studyStore.setCurrentStudy({ ...project.value, role_in_study: project.value.role_in_study || "PM" } as Study);
|
||||
router.push("/study/home");
|
||||
router.push("/project/overview");
|
||||
};
|
||||
|
||||
const goMembers = () => {
|
||||
|
||||
@@ -92,7 +92,7 @@ const goSites = (row: Study) => {
|
||||
|
||||
const enterStudy = (row: Study) => {
|
||||
studyStore.setCurrentStudy({ ...row, role_in_study: "PM" } as Study);
|
||||
router.push("/study/home");
|
||||
router.push("/project/overview");
|
||||
};
|
||||
|
||||
const goDetail = (row: Study) => {
|
||||
|
||||
Reference in New Issue
Block a user