Browse Source

Merge branch 'master' of http://47.101.207.123:3000/sharedExchange/gxjh-ywtb

psj 2 years ago
parent
commit
faba9f058a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/components/handle-static/HandleStatic.vue

+ 8 - 0
src/components/handle-static/HandleStatic.vue

@@ -49,6 +49,14 @@ export default {
         this.HandleStaticDataY.push(dataArr[i].DATA_COUNT);
         this.HandleStaticCode.push(dataArr[i].BASE_CODE);
       }
+      if(dataArr.length < 10){
+        for(let i= dataArr.length;i<10;i++){
+          this.HandleStaticDataX.push('--------------------');
+          this.HandleStaticDataXTotal.push('--');
+          this.HandleStaticDataY.push(0);
+          this.HandleStaticCode.push('');
+        }
+      }
       this.HandleStaticCode.reverse()
       setHandleStaticOption(ele,this.HandleStaticDataX.reverse(),this.HandleStaticDataXTotal.reverse(),this.HandleStaticDataY.reverse())
       echarts.init(ele).on('click',(params)=> {