|
@@ -504,7 +504,7 @@ import {
|
|
findByTeacherAndCategory,
|
|
findByTeacherAndCategory,
|
|
vipGroupApply,
|
|
vipGroupApply,
|
|
findEducationUsers,
|
|
findEducationUsers,
|
|
- queryStudentsWithTeacher,
|
|
|
|
|
|
+ queryStudentsWithTeacherByOrganId,
|
|
queryPracticeGroupSellPrice,
|
|
queryPracticeGroupSellPrice,
|
|
getPracticeGroupCostCount,
|
|
getPracticeGroupCostCount,
|
|
practiceGroupApply
|
|
practiceGroupApply
|
|
@@ -1854,7 +1854,7 @@ export default {
|
|
},
|
|
},
|
|
getStudent() {
|
|
getStudent() {
|
|
let params = this.params;
|
|
let params = this.params;
|
|
- queryStudentsWithTeacher(params).then((res) => {
|
|
|
|
|
|
+ queryStudentsWithTeacherByOrganId(params).then((res) => {
|
|
let result = res.data;
|
|
let result = res.data;
|
|
this.loading = false;
|
|
this.loading = false;
|
|
if (result.code == 200) {
|
|
if (result.code == 200) {
|