소스 검색

修改地图下拉框无法正常选择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;