소스 검색

1030 11:31

mo 5 년 전
부모
커밋
cd01b28a31
3개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-1e7593f4.af34bf26.js
  3. 0 2
      src/views/teamBuild/teamSeting/components/coursePlan.vue

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


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


+ 0 - 2
src/views/teamBuild/teamSeting/components/coursePlan.vue

@@ -613,8 +613,6 @@ export default {
 
     },
     submitCardList () {
-      console.log(this.classCardList);
-      return;
       workOut({ musicGroupID: this.teamid, courseSchedules: this.classCardList }).then(res => {
         if (res.code == 200) {
           this.$message.success('恭喜您排课成功')

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