فهرست منبع

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 => {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است