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