PMCORE-4087

This commit is contained in:
Luciana Nuñez
2022-12-08 10:36:44 -04:00
parent ba46102738
commit 0d08c371fe
6 changed files with 52 additions and 7 deletions

View File

@@ -146,7 +146,7 @@ export default {
let that = this;
this.data.userSelected = this.userSelected;
this.data.reasonAssign = this.reasonAssign;
this.notifyUser = this.notifyUser;
this.data.notifyUser = this.notifyUser;
api.cases.assignCase(this.data).then((response) => {
if (response.statusText == "OK" || response.status === 200) {
that.$refs["modal-assign-case"].hide();