瀏覽代碼

平衡表季节图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
       }