Browse Source

Revert "11"

This reverts commit 4bd59c58beae9d85d184dd799da7487703352c5c.
mo 4 years ago
parent
commit
d48bfd5f71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/teamBuild/components/teamBaseInfo.vue

+ 1 - 1
src/views/teamBuild/components/teamBaseInfo.vue

@@ -859,7 +859,7 @@ export default {
               : null;
             // 课程组成形式
             this.checkList;
-            let list = res.data.musicGroup.courseForm ? JSON.parse(res.data.musicGroup.courseForm) : {};
+            let list = JSON.parse(res.data.musicGroup.courseForm);
             for (let i in this.checkList) {
               if (list[i] && !list[i].isNew) {
                 this.checkList[i] = list[i];