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