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() {
this.users = [];
this.reasonReassign = null;
this.userSelected = null;
this.notifyUser = false;
this.getUsers();
this.$refs["modal-assign-case"].show();
},