forked from verdnatura/salix-front
hotFix: try to fix myEntries
This commit is contained in:
parent
3dd6bf8802
commit
f0be377951
|
@ -77,7 +77,7 @@ const printBuys = (rowId) => {
|
||||||
:label="t('Search entries')"
|
:label="t('Search entries')"
|
||||||
:info="t('You can search by entry reference')"
|
:info="t('You can search by entry reference')"
|
||||||
/>
|
/>
|
||||||
<VnTable data-key="myEntriesList" url="Entries/filter" :columns="columns" />
|
<VnTable data-key="myEntriesList" url="Entries/filter" :columns="columns" auto-load />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<i18n>
|
<i18n>
|
||||||
|
|
Loading…
Reference in New Issue