From c31eb17b148957826f76008377884f8d579f5764 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 18 Jan 2022 11:51:04 +0800 Subject: [PATCH] 26719 --- .../AppMeetingChinaunion.vue | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue b/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue index daf52dbc..1a477212 100644 --- a/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue +++ b/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue @@ -134,22 +134,22 @@
- - - - - - - - - - - - +
+ + + + + +
  • {{ item.num }} @@ -238,7 +238,7 @@ export default { topOrgId: '', stuTime: "", searchMonth: "", - searchYear: new Date().getFullYear(), + searchYear: String(new Date().getFullYear()), colorList: ["#FF4466", "#37A62B", "#4B87FE", "#FFAA44"], totalTitleList: [], pieData: {}, @@ -267,7 +267,7 @@ export default { * 获取统计 * */ getMeetStatistics() { - this.instance.post(`/app/appthreemeetinginfo/statistics-branch-Per-month?month=${this.searchMonth}&year=${this.searchYear}&partyOrgId=${this.partyId}`).then(res => { + this.instance.post(`/app/appthreemeetinginfo/statistics-branch-Per-month?month=${this.searchMonth}&year=${this.searchYear || ''}&partyOrgId=${this.partyId}`).then(res => { if (res && res.data) { const {type0, type1, type2, type3, total} = res.data; let chartData = [];