Parcourir la source

修复跨年问题

Changpeng Duan il y a 5 ans
Parent
commit
fadbb42013
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/src/page/appoint.vue

+ 1 - 0
app/src/page/appoint.vue

@@ -118,6 +118,7 @@
         watch: {
             '$route': function (val) {
                 if (val.path == '/appoint') {
+                    this.active = 0;
                     this.getQueryNextWeek();
                 }
             },