chore: refs #8277 replace end-point name
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2025-04-07 17:15:52 +02:00
parent e8af2b6a74
commit 966f52d3e3
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ const updateDialog = ref();
const uploadDialog = ref();
const MAXDAYS = 365;
const DEFAULTDAYS = 60;
const dataKey = 'entryControl';
const url = 'Entries/control';
const dataKey = 'entryPreaccountingFilter';
const url = 'Entries/preAccountingFilter';
const arrayData = useArrayData(dataKey);
const daysAgo = ref();
const isBooked = ref();