chore: refs #8277 replace end-point name
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
e8af2b6a74
commit
966f52d3e3
|
@ -29,8 +29,8 @@ const updateDialog = ref();
|
||||||
const uploadDialog = ref();
|
const uploadDialog = ref();
|
||||||
const MAXDAYS = 365;
|
const MAXDAYS = 365;
|
||||||
const DEFAULTDAYS = 60;
|
const DEFAULTDAYS = 60;
|
||||||
const dataKey = 'entryControl';
|
const dataKey = 'entryPreaccountingFilter';
|
||||||
const url = 'Entries/control';
|
const url = 'Entries/preAccountingFilter';
|
||||||
const arrayData = useArrayData(dataKey);
|
const arrayData = useArrayData(dataKey);
|
||||||
const daysAgo = ref();
|
const daysAgo = ref();
|
||||||
const isBooked = ref();
|
const isBooked = ref();
|
||||||
|
|
Loading…
Reference in New Issue