소스 검색

平衡表季节图fix

jwyu 5 달 전
부모
커밋
101c27faa4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/datasheet_manage/components/BalanceAddChart.vue

+ 1 - 1
src/views/datasheet_manage/components/BalanceAddChart.vue

@@ -514,7 +514,7 @@ export default {
         const temarr=arr.map(item=>{
           return {Name:item.Years,Value:item.ChartLegend}
         })
-        this.SeasonExtraConfig.ChartLegend=temarr
+        this.SeasonExtraConfig.ChartLegend=this.SeasonExtraConfig.type==='公历'?temarr:temarr.filter((item,index)=>index>0)
         this.legendEditDiaShow=true
       }