usar identificador de datos correcto para numero de comunidad
This commit is contained in:
parent
8ddc277751
commit
462d84d1ea
|
@ -5,7 +5,7 @@ const Inquilinos = () => {
|
||||||
function registrarInquilino() {
|
function registrarInquilino() {
|
||||||
let data = {
|
let data = {
|
||||||
email: document.getElementById('correo_electronico').value,
|
email: document.getElementById('correo_electronico').value,
|
||||||
numero_vivienda: document.getElementById('numero_vivienda').value,
|
community_id: document.getElementById('numero_vivienda').value,
|
||||||
user_type: '3',
|
user_type: '3',
|
||||||
status: '1',
|
status: '1',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue