liyongli il y a 1 an
Parent
commit
60221ce75b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 = [];
     });
   });
 }