Settings basics
This commit is contained in:
@@ -30,6 +30,7 @@ const sdropdown = ref([
|
||||
const products = ref([]);
|
||||
const searchField = ref('descLong');
|
||||
const searchValue = ref('');
|
||||
const settings = ref({});
|
||||
|
||||
const countryHash = ref([]);
|
||||
const countryCurrency = ref({});
|
||||
@@ -222,6 +223,9 @@ const fetch = async () => {
|
||||
};
|
||||
});
|
||||
console.log("TEST=", ccountry_filter.value, ccountry_list.value);
|
||||
const response2 = await axios.get(route("settings"));
|
||||
settings.value = response2.data;
|
||||
|
||||
} catch (e) {
|
||||
const response = await Swal.fire({
|
||||
title: __("are you want to try again") + "?",
|
||||
|
||||
Reference in New Issue
Block a user