|
@@ -960,7 +960,7 @@ export default {
|
|
this.rightForm.offlineCourse = '';
|
|
this.rightForm.offlineCourse = '';
|
|
this.rightForm.onlineCourse = '';
|
|
this.rightForm.onlineCourse = '';
|
|
this.leftForm.courseType = ''
|
|
this.leftForm.courseType = ''
|
|
- getTeachSchool({ userId: val.id }).then(res => {
|
|
|
|
|
|
+ getTeachSchool({ userId: val }).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.scetionList = res.data;
|
|
this.scetionList = res.data;
|
|
}
|
|
}
|