Selaa lähdekoodia

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

lulihong 6 vuotta sitten
vanhempi
commit
103d99612d
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      page/bigData/js/home.js

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

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