PMCORE-4095
This commit is contained in:
@@ -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();
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user