@@ -622,6 +622,9 @@ export const handleViewReport = (key: "recordId" | "recordIdStr", type: "gym" |
break;
case "instrument":
url = location.origin + location.pathname + "#/evaluat-report?id=" + id + "&musicRenderType=" + state.musicRenderType + "&systemType=" + state.systemType;
+ if (state.isSchool) {
+ url += `school=1`;
+ }
default:
url = location.origin + location.pathname + "report-share.html?id=" + id;