liyongli 1 vuosi sitten
vanhempi
commit
60221ce75b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/view/Scheduling/index.vue

+ 1 - 0
src/view/Scheduling/index.vue

@@ -179,6 +179,7 @@ function createScheduling_func() {
       });
       const newHistory = history[keys[0]] || {};
       NewOnDuty.value = newHistory;
+      dates.value = [];
     });
   });
 }