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