hid_msrpuwgj56ccf29 1 год назад
Родитель
Сommit
1380a8d256

+ 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)
   }