agregar número de vivienda a "data"

This commit is contained in:
Eduardo Quiros 2022-07-19 18:30:27 -06:00
parent 890955f32d
commit f498280e8e
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ const Inquilinos = () => {
function registrarInquilino() {
let data = {
email: document.getElementById('correo_electronico').value,
numero_vivienda: document.getElementById('numero_vivienda').value,
user_type: '3',
status: '1',
}