Explorar el Código

add isMxby params

何海涛 hace 1 año
padre
commit
c37acd67cb
Se han modificado 1 ficheros con 2 adiciones y 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