fix(salary): filter data to show only records with groupid
This commit is contained in:
parent
dd5b2e0676
commit
db4df70a83
1 changed files with 1 additions and 0 deletions
|
|
@ -308,6 +308,7 @@ async function fetchSalalyPeriod(
|
|||
if (!data.group1id) {
|
||||
hideLoader();
|
||||
}
|
||||
isLoad.value = data.group1id ? true : false;
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue