洪海涛 4 년 전
부모
커밋
54772256de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/OverallOverviewOfTheClient/onlineQuestion.vue

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/OverallOverviewOfTheClient/onlineQuestion.vue

@@ -132,7 +132,7 @@ export default {
       this.tabData = this.pageData.filter(
         (elm) => elm.clientType === this.active
       )[0]
-      this.option.series[0].data = this.tabData
+      this.option.series[0].data = this.tabDataonlineProblemCopywriters.filter(elm => elm.total)
       this.myChart.setOption(this.option)
     }
   }