소스 검색

02/16 21:06

11
261568008@qq.com 5 년 전
부모
커밋
774a4feeb9

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


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


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


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


+ 1 - 1
src/views/teacherManager/teacherOperation/components/accompanySet.vue

@@ -63,7 +63,7 @@ export default {
                  if(res.code == 200&&res.data){
                      this.accompanyId = res.data.id;
                      this.accompanyForm.count = res.data.totalTimes;
-                     this.accompanyForm.week = res.data.holiday.toString();
+                     res.data.holiday?this.accompanyForm.week = res.data.holiday.toString():this.accompanyForm.week = null;
                  }
              })
          }

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