7199-devToTest_2316 #282

Merged
alexm merged 75 commits from 7199-devToTest_2316 into test 2024-04-11 10:31:49 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 3569afdb85 - Show all commits

View File

@ -48,19 +48,19 @@ const maritalStatus = [
</script>
<template>
<fetch-data
<FetchData
:filter="workersFilter"
@on-fetch="(data) => (workersOptions = data)"
auto-load
url="Workers/search"
/>
<fetch-data
<FetchData
:filter="countriesFilter"
@on-fetch="(data) => (countriesOptions = data)"
auto-load
url="Countries"
/>
<fetch-data
<FetchData
:filter="educationLevelsFilter"
@on-fetch="(data) => (educationLevelsOptions = data)"
auto-load