Browse Source

0110 12:29

111
mo 5 years ago
parent
commit
d6bab4e5ea

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


File diff suppressed because it is too large
+ 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 => {

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