PMCORE-4095

This commit is contained in:
Luciana Nuñez
2023-01-06 14:50:43 -04:00
parent 28ea264c38
commit 5b3224c4f1
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){