PR-CUSTOMER #186

Merged
jsegarra merged 105 commits from :PR-CUSTOMER into dev 2024-04-19 15:55:53 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 0ba7ea86ed - Show all commits

View File

@ -122,6 +122,7 @@ onBeforeMount(() => {
watch(
() => route.params.id,
(newValue) => {
if (!newValue) return;
userParams.clientId = newValue;
filter.where.clientFk = newValue;
getData();