Browse Source

Update index.tsx

TIANYONG 8 months ago
parent
commit
bd80e5430a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/evaluating/index.tsx

+ 1 - 1
src/view/evaluating/index.tsx

@@ -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: