Browse Source

08/27 17:22

111
mo 4 years ago
parent
commit
2474708413

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/css/chunk-2d1fedaa.2b6f3ad9.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d0055ce7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2d1fedaa.1f4d7f3d.js


+ 1 - 2
src/views/teacherManager/teacherDetail/components/weeklyCalendar.vue

@@ -101,8 +101,6 @@ export default {
   methods: {
     setStartTimeAndEndTime (date) {
       this.startTime = getNowDateAndMonday(setDate(date))
-
-
       if (this.active === -1) {
         this.active = 0
         this.tableTime = this.startTime;
@@ -172,6 +170,7 @@ export default {
     },
     changeWeek (val) {
       this.week = val;
+      this.active = -1;
       this.getCalendatList()
       this.setWeekList()
     },

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