Explorar o código

修改默认值

lex-xin %!s(int64=5) %!d(string=hai) anos
pai
achega
dac074e7a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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