lex-xin 2 years ago
parent
commit
52975bcf42

File diff suppressed because it is too large
+ 0 - 0
dist/app.4665f5e4023f58a5e1bd.js


File diff suppressed because it is too large
+ 0 - 0
dist/css/ArrangeWork.9da6c8f6.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/ArrangeWork.80cbbec8.js


+ 2 - 0
src/views/audition/ArrangeWork.vue

@@ -324,6 +324,7 @@ export default {
     // 获取当前课程的作业列表
     let _this = this;
     listenerMessage("getAccompany", (res) => {
+      console.log(res);
       if (res && res.content) {
         _this.tabActiveList.musicScoreIdList[this.tabActiveIndex] = {
           id: res.content.songId,
@@ -331,6 +332,7 @@ export default {
           songPart: res.content.songPart,
         };
         _this.$forceUpdate();
+        console.log(res.content, _this.tabActiveList, this.params);
       }
     });
   },

Some files were not shown because too many files changed in this diff