@@ -55,7 +55,7 @@ export default {
},
methods: {
getSchoolList() {
- findVipSchoolByTeacher().then(res => {
+ findVipSchoolByTeacher({ isDefault: 1 }).then(res => {
let result = res.data
if(result.code == 200) {
this.schoolList = result.data