Merge branch 'dev' into 7553_FixTicketExpedition
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
04f4521a59
|
@ -132,17 +132,6 @@ async function search(evt) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function reload() {
|
|
||||||
isLoading.value = true;
|
|
||||||
const params = Object.values(userParams.value).filter((param) => param);
|
|
||||||
store.skip = 0;
|
|
||||||
store.page = 1;
|
|
||||||
await arrayData.fetch({ append: false });
|
|
||||||
if (!$props.showAll && !params.length) store.data = [];
|
|
||||||
isLoading.value = false;
|
|
||||||
emit('refresh');
|
|
||||||
}
|
|
||||||
|
|
||||||
async function clearFilters() {
|
async function clearFilters() {
|
||||||
try {
|
try {
|
||||||
isLoading.value = true;
|
isLoading.value = true;
|
||||||
|
@ -231,7 +220,6 @@ function sanitizer(params) {
|
||||||
</QItemLabel>
|
</QItemLabel>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
<QItemSection top side>
|
<QItemSection top side>
|
||||||
<div class="q-gutter-xs">
|
|
||||||
<QBtn
|
<QBtn
|
||||||
@click="clearFilters"
|
@click="clearFilters"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
@ -244,19 +232,6 @@ function sanitizer(params) {
|
||||||
>
|
>
|
||||||
<QTooltip>{{ t('Remove filters') }}</QTooltip>
|
<QTooltip>{{ t('Remove filters') }}</QTooltip>
|
||||||
</QBtn>
|
</QBtn>
|
||||||
<QBtn
|
|
||||||
@click="reload"
|
|
||||||
color="primary"
|
|
||||||
dense
|
|
||||||
flat
|
|
||||||
icon="refresh"
|
|
||||||
padding="none"
|
|
||||||
round
|
|
||||||
size="sm"
|
|
||||||
>
|
|
||||||
<QTooltip>{{ t('Refresh') }}</QTooltip>
|
|
||||||
</QBtn>
|
|
||||||
</div>
|
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
<QItem class="q-mb-sm">
|
<QItem class="q-mb-sm">
|
||||||
|
|
Loading…
Reference in New Issue