CzRger 1 年之前
父節點
當前提交
1e747f62cf
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/staging/zbgly/left/calendar-com.vue
  2. 1 1
      src/views/staging/zby/center/calendar.vue

+ 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)) {