agregar número de vivienda a "data"
This commit is contained in:
parent
890955f32d
commit
f498280e8e
|
@ -6,6 +6,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,
|
||||||
user_type: '3',
|
user_type: '3',
|
||||||
status: '1',
|
status: '1',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue