Browse Source

会议室图表恢复

Bella 2 years ago
parent
commit
146cdf4593
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/work/meeting/workMeeting.vue

+ 1 - 1
src/components/work/meeting/workMeeting.vue

@@ -231,7 +231,7 @@
             style="margin-bottom: 15px"
           >
             <card>
-              <MeetingTimeCharts v-if="queryData.floorId==='0'" :height="300"></MeetingTimeCharts>
+              <MeetingTimeCharts :height="300"></MeetingTimeCharts>
             </card>
           </div>
         </a-col>