Explorar el Código

remove duplicate api call - getStudentElectiveModels

hare8999@163.com hace 2 años
padre
commit
715462ab5a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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
       }