Переглянути джерело

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

lulihong 6 роки тому
батько
коміт
103d99612d
1 змінених файлів з 1 додано та 2 видалено
  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;