diff --git a/src/components/FetchData.vue b/src/components/FetchData.vue
index f8ff97af7..1fdd9a5f5 100644
--- a/src/components/FetchData.vue
+++ b/src/components/FetchData.vue
@@ -1,6 +1,6 @@
- (contactChannels = data)"
- auto-load
- />
- (businessTypes = data)"
- auto-load
- />
- (clients = data)"
- auto-load
- url="Clients"
- />
-
@@ -118,7 +101,7 @@ const filterOptions = {
/>
-
-
+
@@ -37,10 +36,8 @@ const businessTypesRef = ref();
url="Workers/search?departmentCodes"
/>
(businessTypesOptions = data)"
auto-load
- limit="10"
url="BusinessTypes"
/>
@@ -70,7 +67,6 @@ const businessTypesRef = ref();
option-label="description"
option-value="code"
v-model="data.businessTypeFk"
- :fetch-ref="businessTypesRef"
/>