浏览代码

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;
                  }
              })
          }

部分文件因为文件数量过多而无法显示