diff --git a/src/pages/Customer/CustomerCreate.vue b/src/pages/Customer/CustomerCreate.vue index b20554ee9..4ce4b4520 100644 --- a/src/pages/Customer/CustomerCreate.vue +++ b/src/pages/Customer/CustomerCreate.vue @@ -28,12 +28,8 @@ const newClientForm = reactive({ isEqualizated: false, }); -const postcodeFetchDataRef = ref(null); const workersOptions = ref([]); const businessTypesOptions = ref([]); -const citiesLocationOptions = ref([]); -const provincesLocationOptions = ref([]); -const countriesOptions = ref([]); const postcodesOptions = ref([]); @@ -51,32 +47,11 @@ function handleLocation(data, { city, postcode, provinceFk, countryFk }) { auto-load url="Workers/search?departmentCodes" /> - -