liyongli 1 year ago
parent
commit
60221ce75b
1 changed files with 1 additions and 0 deletions
  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 = [];
     });
   });
 }