refactor: refs #6564 update API call
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-03-28 17:11:57 +01:00
parent 530dc62e00
commit 72a19cbba1
2 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ async function getClaims() {
originalTicket.value = data[0]?.originalTicketFk;
}
async function getProblems() {
const { data } = await axios.get(`Tickets/${entityId.value}/getTicketProblems`);
const { data } = await axios.get(`Tickets/getTicketProblems`, {params: { ids: [entityId.value] }});
if (!data) return;
problems.value = data[0];
}

View File

@ -122,7 +122,7 @@ onMounted(async () => await getItemPackingTypes());
<QItemSection>
<VnInputNumber
v-model="params.scopeDays"
:label="t('Days onward')"
:label="t('globals.daysOnward')"
filled
:step="0"
/>
@ -170,7 +170,7 @@ onMounted(async () => await getItemPackingTypes());
<QItemSection>
<VnCheckbox
toggle-indeterminate
label="only with destination"
:label="t('params.onlyWithDestination')"
v-model="params.onlyWithDestination"
@update:model-value="searchFn()"
dense
@ -197,8 +197,8 @@ es:
Vertical: Vertical
iptInfo: Encajado
params:
dateFuture: fecha origen
dateToAdvance: Fecha destino
dateFuture: F. origen
dateToAdvance: F. destino
futureIpt: IPT Origen
ipt: IPT destino
isFullMovable: 100% movible