소스 검색

0110 12:29

111
mo 5 년 전
부모
커밋
d6bab4e5ea
3개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-2f41fb5e.80266231.js
  3. 5 1
      src/views/teamDetail/components/courseList.vue

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


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


+ 5 - 1
src/views/teamDetail/components/courseList.vue

@@ -444,12 +444,16 @@ export default {
         cancelButtonText: '取消',
         type: 'warning'
       }).then(() => {
+        let teachingTeacherIdList = this.maskForm.assistant.join(',')
+        if (teachingTeacherIdList.length <= 0) {
+          let teachingTeacherIdList = null
+        }
         let obj = {
           actualTeacherId: this.maskForm.teacher,
           startClassTimeStr: this.maskForm.startTime,
           endClassTimeStr: this.maskForm.endTime,
           id: this.maskForm.id,
-          teachingTeacherIdList: this.maskForm.assistant.join(',') || null,
+          teachingTeacherIdList,
           classDate: this.maskForm.date
         }
         resetCourse(obj).then(res => {

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