CzRger 1 год назад
Родитель
Сommit
1e747f62cf

+ 1 - 1
src/views/staging/zbgly/left/calendar-com.vue

@@ -137,7 +137,7 @@ export default defineComponent({
     })
     const calendarWithInfoCpt = computed(() => {
       const arr: any = []
-      calendarCpt.value.forEach(w => {
+      JSON.parse(JSON.stringify(calendarCpt.value)).forEach(w => {
         w.calendar.forEach(d => {
           //  周报提交状态
           if (state.calendarInfo.weekly.has(d.dateStr)) {

+ 1 - 1
src/views/staging/zby/center/calendar.vue

@@ -143,7 +143,7 @@ export default defineComponent({
     })
     const calendarWithInfoCpt = computed(() => {
       const arr: any = []
-      calendarCpt.value.forEach(w => {
+      JSON.parse(JSON.stringify(calendarCpt.value)).forEach(w => {
         w.calendar.forEach(d => {
           //  周报提交状态
           if (state.calendarInfo.weekly.has(d.dateStr)) {