Browse Source

修改地图下拉框无法正常选择bug

lulihong 6 years ago
parent
commit
103d99612d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      page/bigData/js/home.js

+ 1 - 2
page/bigData/js/home.js

@ -159,11 +159,10 @@ new Vue({
			});
			});
    	},
    	},
        setCity(item){
        setCity(item){
        	this.city = item.townName;
        	this.city = item.name;
        },
        },
        clickMap:function(res){
        clickMap:function(res){
           this.city = res.name;
           this.city = res.name;
        },
        },
        refreshAllData:function(cityVal){
        refreshAllData:function(cityVal){
        	 var vm = this;
        	 var vm = this;