소스 검색

remove duplicate api call - getStudentElectiveModels

hare8999@163.com 2 년 전
부모
커밋
715462ab5a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/system/user/profile/round-select.vue

+ 0 - 1
src/views/system/user/profile/round-select.vue

@@ -181,7 +181,6 @@ export default {
       try {
         this.loading = true
         this.loadStudentSelected()
-        this.loadStudentElectiveModels()
       } finally {
         this.loading = false
       }