Fix[InvoiceInBasicData]: fixed basic data e2e #1361

Merged
jon merged 6 commits from Fix-InvoiceInBasicDataE2E into dev 2025-02-11 07:14:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c0e03bd467 - Show all commits

View File

@ -57,7 +57,7 @@ defineExpose({ getData });
onBeforeMount(async () => {
arrayData = useArrayData($props.dataKey, {
url: $props.url,
filter: $props.filter,
userFilter: $props.filter,
skip: 0,
oneRecord: true,
});