zhanghaoyu 6 years ago
parent
commit
2483ffa641
1 changed files with 1 additions and 1 deletions
  1. 1 1
      page/bigData/js/insurance.js

+ 1 - 1
page/bigData/js/insurance.js

@ -80,7 +80,7 @@ new Vue({
			if(vm.cityVal!="0") {
				linkageFilter2 += "town=" + vm.cityVal[0] + ";";
				if(vm.cityVal[1]){
					linkageFilter2 += "org'=" + vm.cityVal[1] + "';";
					linkageFilter2 += "org='" + vm.cityVal[1] + "';";
				}
			}
			// console.log(linkageFilter2)