lex-xin 3 년 전
부모
커밋
714f9aa3fd
5개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/app.8a4cbc1ba334316d5731.js
  2. 0 0
      dist/css/ArrangeWork.c51b6469.css
  3. 0 0
      dist/index.html
  4. 0 0
      dist/js/ArrangeWork.abb36b78.js
  5. 3 1
      src/views/audition/ArrangeWork.vue

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


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


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


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


+ 3 - 1
src/views/audition/ArrangeWork.vue

@@ -325,11 +325,13 @@ export default {
     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,
         };
+        console.log(this.tabActiveList, "this.tabActiveList");
       }
     });
   },
@@ -457,7 +459,7 @@ export default {
         expiryDate: dayjs(this.dateSection.currentDate).format("YYYY-MM-DD"),
         musicScoreSubjectDto: musicScoreSubjectDto,
       };
-      console.log(params, 'params')
+      console.log(params, "params");
       addHomeWork(cleanDeep({ ...params })).then((res) => {
         let result = res.data;
         this.$toast.clear();

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