Explorar el Código

修复跨年问题

Changpeng Duan hace 5 años
padre
commit
fadbb42013
Se han modificado 1 ficheros con 1 adiciones y 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();
                 }
             },