Merged in bugfix/PMCORE-4095 (pull request #8681)

PMCORE-4095

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Luciana Nuñez
2023-01-06 19:31:38 +00:00
committed by Julio Cesar Laura Avendaño
2 changed files with 6 additions and 0 deletions

View File

@@ -107,6 +107,9 @@ export default {
*/ */
show() { show() {
this.users = []; this.users = [];
this.reasonReassign = null;
this.userSelected = null;
this.notifyUser = false;
this.getUsers(); this.getUsers();
this.$refs["modal-assign-case"].show(); this.$refs["modal-assign-case"].show();
}, },

View File

@@ -108,6 +108,9 @@ export default {
*/ */
show() { show() {
this.users = []; this.users = [];
this.reasonReassign = null;
this.userSelected = null;
this.notifyUser = false;
this.getUsersReassign(); this.getUsersReassign();
this.$refs["modal-reassign-case"].show(); this.$refs["modal-reassign-case"].show();
if (this.data.FLAG){ if (this.data.FLAG){