소스 검색

收入分析

2545307760@qq.com 1 년 전
부모
커밋
63226afc8c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      web/src/view/finance/financeAnalysis/components/costSum.vue

+ 0 - 1
web/src/view/finance/financeAnalysis/components/costSum.vue

@@ -105,7 +105,6 @@ const querySum = () => {
     if (res.code === 0) {
       projectMonthFee.value = res.data
       const list = res.data
-      console.log('汇总列表', list)
       const sumData = []
       list.forEach(item => {
         const temporary = { name: item.projectFeeGenre.name, value: item.totalExpenditure }