0
0
Fork 0

Merge branch 'dev' into Fix-InvoiceInBasicDataE2E

This commit is contained in:
Jon Elias 2025-02-10 11:46:20 +00:00
commit a3c3a60e98
1 changed files with 1 additions and 1 deletions

View File

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