PMCORE-2905 Replaced By not saving

This commit is contained in:
Roly Rudy Gutierrez Pinto
2021-03-19 15:38:27 -04:00
parent d816eedfef
commit 2dccdf90d9

View File

@@ -827,6 +827,14 @@
this.form[i] = value;
}
}
//other
if ("REPLACED_NAME" in response.data.user &&
"USR_REPLACED_BY" in response.data.user) {
this.usersList = [{
value: response.data.user.USR_REPLACED_BY,
text: response.data.user.REPLACED_NAME
}];
}
}
})
.catch(error => {