forked from verdnatura/salix-front
feat: refs #6243 replace url
This commit is contained in:
parent
e3a36c0ab1
commit
7c1ce7f560
|
@ -92,7 +92,6 @@ function downloadPdfs() {
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<template v-if="stateStore.isHeaderMounted()">
|
<template v-if="stateStore.isHeaderMounted()">
|
||||||
|
|
||||||
<Teleport to="#actions-append">
|
<Teleport to="#actions-append">
|
||||||
<div class="row q-gutter-x-sm">
|
<div class="row q-gutter-x-sm">
|
||||||
<QBtn
|
<QBtn
|
||||||
|
@ -113,7 +112,7 @@ function downloadPdfs() {
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<VnPaginate
|
<VnPaginate
|
||||||
data-key="CmrList"
|
data-key="CmrList"
|
||||||
:url="`Routes/getExternalCmrs`"
|
:url="`Routes/cmrs`"
|
||||||
order="cmrFk DESC"
|
order="cmrFk DESC"
|
||||||
limit="null"
|
limit="null"
|
||||||
auto-load
|
auto-load
|
||||||
|
|
Loading…
Reference in New Issue