Browse Source

Merge branch 'fix_bug_5460'

jwyu 2 tháng trước cách đây
mục cha
commit
71683bb5d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/dataEntry_manage/mixins/chartPublic.js

+ 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])
           }
         })