7226-testToMaster_2416 #303

Merged
alexm merged 78 commits from 7226-testToMaster_2416 into master 2024-04-18 05:41:11 +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> </script>
<template> <template>
<fetch-data <FetchData
:filter="workersFilter" :filter="workersFilter"
@on-fetch="(data) => (workersOptions = data)" @on-fetch="(data) => (workersOptions = data)"
auto-load auto-load
url="Workers/search" url="Workers/search"
/> />
<fetch-data <FetchData
:filter="countriesFilter" :filter="countriesFilter"
@on-fetch="(data) => (countriesOptions = data)" @on-fetch="(data) => (countriesOptions = data)"
auto-load auto-load
url="Countries" url="Countries"
/> />
<fetch-data <FetchData
:filter="educationLevelsFilter" :filter="educationLevelsFilter"
@on-fetch="(data) => (educationLevelsOptions = data)" @on-fetch="(data) => (educationLevelsOptions = data)"
auto-load auto-load