fix: refs #8316 filter
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-01-24 09:01:54 +01:00
parent 8e3fad60c0
commit e38e9b1dd7
1 changed files with 1 additions and 1 deletions

View File

@ -334,6 +334,7 @@ onBeforeMount(async () => {
:array-data-props="{ :array-data-props="{
url: 'Items/filter', url: 'Items/filter',
order: ['isActive DESC', 'name', 'id'], order: ['isActive DESC', 'name', 'id'],
userFilter: itemFilter,
}" }"
> >
<template #advanced-menu> <template #advanced-menu>
@ -358,7 +359,6 @@ onBeforeMount(async () => {
}, },
}" }"
:is-editable="false" :is-editable="false"
:filter="itemFilter"
> >
<template #column-image="{ row }"> <template #column-image="{ row }">
<VnImg <VnImg