PMCORE-4004: Solving last comments

This commit is contained in:
Luciana Nuñez
2022-12-06 12:37:01 -04:00
parent 2c1e09c084
commit e97ae0f917
4 changed files with 9 additions and 18 deletions

2
resources/assets/js/api/Cases.js Normal file → Executable file
View File

@@ -240,7 +240,7 @@ export let cases = {
});
},
/**
* get the list of users to re-assign
* Get the list of users to re-assign
* @param {*} data
* @returns
*/

View File

@@ -727,9 +727,7 @@ export default {
* @param {string} data
*/
changeFlagSupervising(data) {
if (data === 'SUPERVISING'){
this.flagSupervising = true;
}
this.flagSupervising = (data === 'SUPERVISING');
},
/**
* Claim case