From 94fb073d3f280cd2a1f0a16974d789ad03c7a3e9 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 18 Jan 2024 07:43:00 +0100 Subject: [PATCH] refs #6694 perf: remove comments --- src/pages/Customer/CustomerCreate.vue | 25 ------------------------- 1 file changed, 25 deletions(-) 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" /> - -