fix: refs #8322 moved filter inside array-data-props
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:
parent
e00d836b50
commit
4f2e4e1304
|
@ -115,7 +115,7 @@ const columns = computed(() => [
|
|||
prefix="route"
|
||||
:array-data-props="{
|
||||
url: 'Routes/filter',
|
||||
exprBuilder,
|
||||
filter: routeFilter
|
||||
}"
|
||||
>
|
||||
<template #rightMenu>
|
||||
|
@ -126,7 +126,7 @@ const columns = computed(() => [
|
|||
:data-key="dataKey"
|
||||
:columns="columns"
|
||||
:right-search="false"
|
||||
:filter="routeFilter"
|
||||
|
||||
redirect="route"
|
||||
:create="{
|
||||
urlCreate: 'Routes',
|
||||
|
|
Loading…
Reference in New Issue