浏览代码

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