0
0
Fork 0

Update fetch-data name

This commit is contained in:
William Buezas 2024-04-02 12:46:50 -03:00
parent 71b2f7c8dc
commit 3569afdb85
1 changed files with 3 additions and 3 deletions

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