xdd hace 3 días
padre
commit
b115a94a60
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      src/views/statistics/index.vue

+ 9 - 0
src/views/statistics/index.vue

@@ -749,6 +749,15 @@ export default {
           if (this.answerRedPackMoneyViewerChart) this.answerRedPackMoneyViewerChart.resize();
         });
       }
+      if(this.selectedDiv === 0){
+        this.handleViewChartData()
+        this.handleDealerChartData()
+      } else if(this.selectedDiv === 1) {
+        this.handleCourseWatchChart()
+      } else if(this.selectedDiv === 2) {
+        this.handleAnswerRedPackViewerChart()
+        this.handleAnswerRedPackMoneyViewerChart()
+      }
     },
     formatDate(date) {
       return dayjs(date).format('YYYY-MM-DD');