Browse Source

add isMxby params

何海涛 1 year ago
parent
commit
c37acd67cb
1 changed files with 2 additions and 1 deletions
  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