@@ -230,6 +230,12 @@ export default {
}
let filterCity = this.selectedCitys.filter(item => item.channel != channel);
this.selectedCitys = filterCity.concat(this.citys.map(city => { return { cityId: city.id, city: city.cityName, channel: channel, province: city.province } }))
+
+ if(this.activeTab == '花王'){
+ let that=this;
+ this.selectedCitys =this.selectedCitys.filter(e => that.ckhuawangcity(e.cityId));
+ }
},
selectAllNo() {
this.selectedCitys = [];