Explorar o código

修复跨年问题

Changpeng Duan %!s(int64=5) %!d(string=hai) anos
pai
achega
fadbb42013
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
                 }
             },