2545307760@qq.com 1 год назад
Родитель
Сommit
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 }