lex-xin 3 년 전
부모
커밋
52b7c6ef8d
5개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 0
      dist/app.1b6a348f85abf86e67d7.js
  2. 0 0
      dist/css/ArrangeWork.45d9fbf2.css
  3. 0 0
      dist/index.html
  4. 0 0
      dist/js/ArrangeWork.5ed7fda9.js
  5. 7 6
      src/views/audition/ArrangeWork.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/app.1b6a348f85abf86e67d7.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/ArrangeWork.45d9fbf2.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/ArrangeWork.5ed7fda9.js


+ 7 - 6
src/views/audition/ArrangeWork.vue

@@ -322,16 +322,17 @@ export default {
     });
 
     // 获取当前课程的作业列表
+    let _this = this;
     listenerMessage("getAccompany", (res) => {
       console.log(res, "getAccompany");
       if (res && res.content) {
         console.log(res);
-        // this.tabActiveList.musicScoreIdList[this.tabActiveIndex] = {
-        //   id: res.content.songId,
-        //   name: res.content.songName,
-        //   songPart: res.content.songPart,
-        // };
-        this.onSelectMusic(res);
+        _this.tabActiveList.musicScoreIdList[this.tabActiveIndex] = {
+          id: res.content.songId,
+          name: res.content.songName,
+          songPart: res.content.songPart,
+        };
+        // this.onSelectMusic(res);
         console.log(this.tabActiveList, "this.tabActiveList");
       }
     });

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.