ljj 6 роки тому
батько
коміт
da83de0786
1 змінених файлів з 3 додано та 5 видалено
  1. 3 5
      page/bigData/js/medical.js

+ 3 - 5
page/bigData/js/medical.js

@ -105,7 +105,7 @@ new Vue({
        setRightChart1:function(){
           var options =this.allData['门诊分类别月趋势'];
           options.grid={
			top: '70',
			top: '80',
			left: '80',
			bottom: '30'
        }
@ -158,9 +158,7 @@ new Vue({
            var that =this;
            that.lineHeightIndex =value;
            this.town.map(function(v,i){
                if(v.townName == value) {
               
                  
                if(v.townName == value) {                
                    switch(i){
                        case 0:that.allData = that.newObj(bigData);break;
                        case 1:that.allData = that.newObj(bigData2);break;
@ -172,7 +170,7 @@ new Vue({
                }
            })
            this.initData()  
            // that.$refs.map.selectLineHeight(that.lineHeightIndex) //高亮地图  
        }
    }
});