Fix search, remove, add countries
This commit is contained in:
@@ -156,7 +156,8 @@ const items = ref([]);
|
||||
|
||||
function selectCountry(item, id) {
|
||||
let cCntry = [['Country'],];
|
||||
let aCntry = selected.value.map((country) => [country]);
|
||||
console.log(form.countries);
|
||||
let aCntry = form.countries.map((country) => [country]);
|
||||
|
||||
ccountry_filter.value = cCntry;
|
||||
ccountry_filter.value.push(...aCntry);
|
||||
|
||||
Reference in New Issue
Block a user