Parcourir la source

修改默认值

lex-xin il y a 5 ans
Parent
commit
dac074e7a9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/teacher/TeachingSchool.vue

+ 1 - 1
src/views/teacher/TeachingSchool.vue

@@ -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