浏览代码

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 {
       try {
         this.loading = true
         this.loading = true
         this.loadStudentSelected()
         this.loadStudentSelected()
-        this.loadStudentElectiveModels()
       } finally {
       } finally {
         this.loading = false
         this.loading = false
       }
       }