PMCORE-4004: Solving last comments
This commit is contained in:
2
resources/assets/js/api/Cases.js
Normal file → Executable file
2
resources/assets/js/api/Cases.js
Normal file → Executable 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
|
||||
*/
|
||||
|
||||
@@ -727,9 +727,7 @@ export default {
|
||||
* @param {string} data
|
||||
*/
|
||||
changeFlagSupervising(data) {
|
||||
if (data === 'SUPERVISING'){
|
||||
this.flagSupervising = true;
|
||||
}
|
||||
this.flagSupervising = (data === 'SUPERVISING');
|
||||
},
|
||||
/**
|
||||
* Claim case
|
||||
|
||||
Reference in New Issue
Block a user