Prechádzať zdrojové kódy

Merge branch 'fix_bug_5460'

jwyu 2 mesiacov pred
rodič
commit
71683bb5d3

+ 1 - 1
src/views/dataEntry_manage/mixins/chartPublic.js

@@ -1701,7 +1701,7 @@ export const chartSetMixin = {
         let temArr=[]
         this.commodityXData.forEach((i,index)=>{
           if(i.IsHide!==1){
-            temArr.push(arr[index]||null)
+            temArr.push(arr[index])
           }
         })