|
|
@@ -488,7 +488,7 @@ export default {
|
|
|
row.marketPrice = (row.sellPrice * 1.2).toFixed(2)
|
|
|
},
|
|
|
editAvailableCountries(){
|
|
|
- getCountries().then(response => {
|
|
|
+ getCountries({'filter': 1}).then(response => {
|
|
|
this.availableCountriesTableForm.availableCountriesList = response
|
|
|
this.editAvailableCountriesDialog = true
|
|
|
// this.multipleSelection = this.form.nature
|