Explorar o código

Update index.tsx

TIANYONG hai 8 meses
pai
achega
bd80e5430a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: