hid_msrpuwgj56ccf29 1 jaar geleden
bovenliggende
commit
1380a8d256
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      app-angular/src/modules/lesson/attention-detail/rattention-detail.component.ts

+ 1 - 1
app-angular/src/modules/lesson/attention-detail/rattention-detail.component.ts

@@ -35,7 +35,7 @@ export class AttentionDetailComponent {
     })
   }
   async getRoleInfoById(id: string) {
-    let query = new Parse.Query("SqzRoleInfo")
+    let query = new Parse.Query("PetAttention")
     this.role = await query.get(id)
   }