Desarrollo de los submodulos basic data, notes y pbx #245
|
@ -48,19 +48,19 @@ const maritalStatus = [
|
|||
</script>
|
||||
|
||||
<template>
|
||||
jsegarra marked this conversation as resolved
|
||||
<fetch-data
|
||||
<FetchData
|
||||
jsegarra marked this conversation as resolved
Outdated
alexm
commented
Usar componente FormModel Usar componente FormModel
cfonseca
commented
Corregido: Corregido: 1d37b91e09, se implementa el FormModel en el componente como se solicita, encontré unos puntos de mejora que subiré en el próximo commit.
|
||||
:filter="workersFilter"
|
||||
@on-fetch="(data) => (workersOptions = data)"
|
||||
auto-load
|
||||
url="Workers/search"
|
||||
/>
|
||||
<fetch-data
|
||||
<FetchData
|
||||
jsegarra marked this conversation as resolved
Outdated
alexm
commented
FechData FechData
wbuezas
commented
Nombre actualizado Commit: Nombre actualizado
Commit: https://gitea.verdnatura.es/hyervoni/salix-front-mindshore/commit/3569afdb85f612696e4c36404402ae92fc460d68
|
||||
:filter="countriesFilter"
|
||||
@on-fetch="(data) => (countriesOptions = data)"
|
||||
auto-load
|
||||
url="Countries"
|
||||
/>
|
||||
<fetch-data
|
||||
<FetchData
|
||||
jsegarra marked this conversation as resolved
Outdated
alexm
commented
FechData FechData
wbuezas
commented
Nombre actualizado Commit: Nombre actualizado
Commit: https://gitea.verdnatura.es/hyervoni/salix-front-mindshore/commit/3569afdb85f612696e4c36404402ae92fc460d68
|
||||
:filter="educationLevelsFilter"
|
||||
@on-fetch="(data) => (educationLevelsOptions = data)"
|
||||
auto-load
|
||||
|
|
Loading…
Reference in New Issue
FechData
Nombre actualizado
Commit:
3569afdb85