Explorar o código

add isMxby params

何海涛 hai 1 ano
pai
achega
c37acd67cb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/components/complete-profile.vue

+ 2 - 1
src/views/components/complete-profile.vue

@@ -196,7 +196,8 @@ export default {
     reloadClassTree() {
       if (!this.formData.schoolId) return
       getAllGradeClasses({
-        schoolId: this.formData.schoolId
+        schoolId: this.formData.schoolId,
+        isMxby: 1
       }).then((res) => {
         this.formData.gradeClass = {}
         this.rawClassTree = res.data