何海涛 1 rok pred
rodič
commit
c37acd67cb
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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