PMCORE-2550: Advanced Search , improve user filter module (suggest)

This commit is contained in:
Rodrigo Quelca
2020-12-15 20:55:45 +00:00
parent 87861e6bca
commit b51e08a556
10 changed files with 183 additions and 149 deletions

View File

@@ -172,10 +172,13 @@ export let cases = {
export let casesHeader = {
get() {
return new Promise((resolutionFunc, rejectionFunc) => {
resolutionFunc({
data: headerData
});
return axios.get(window.config.SYS_SERVER +
'/api/1.0/' +
window.config.SYS_WORKSPACE +
'/home/counters', {
headers: {
'Authorization': 'Bearer ' + window.config.SYS_CREDENTIALS.accessToken
}
});
}
};
};