From e61e4e963d9e07260cb3faade43a35d704294735 Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 1 Sep 2022 17:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=8E=86=E4=B8=8A=E7=9A=84=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/calendar/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/modules/communityParty/calendar/index.vue b/src/views/modules/communityParty/calendar/index.vue index 0f083abe8..d703f51fe 100644 --- a/src/views/modules/communityParty/calendar/index.vue +++ b/src/views/modules/communityParty/calendar/index.vue @@ -604,6 +604,7 @@ export default { this.monthData[index] = parseInt(item.count); }); console.log("--------------monthData", this.monthData); + this.$forceUpdate() } } else { this.$message.error(msg); @@ -775,11 +776,11 @@ $red: #f33; box-shadow: 0 0 10px 5px #eee; background-color: #ffffff; font-size: 12px; - + cursor: pointer; color: #666666; - - + + &:hover { .all-list { transform: scale(1);