소스 검색

add isMxby params

何海涛 1 년 전
부모
커밋
c37acd67cb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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