PMCORE-4095
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
@@ -108,6 +108,9 @@ export default {
|
||||
*/
|
||||
show() {
|
||||
this.users = [];
|
||||
this.reasonReassign = null;
|
||||
this.userSelected = null;
|
||||
this.notifyUser = false;
|
||||
this.getUsersReassign();
|
||||
this.$refs["modal-reassign-case"].show();
|
||||
if (this.data.FLAG){
|
||||
|
||||
Reference in New Issue
Block a user