PMCORE-2563 Solve issues with rake.

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-12-17 09:54:26 -04:00
parent 57b9df2e64
commit 1a8ff66952

View File

@@ -69,6 +69,7 @@
mounted() {
let promise = this.getRolesList();
promise.then(response => {
response;
this.changeRoles();
});
},