refactor: refs #8316 moved userFilter to 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
7786c1ed64
commit
663ca7c25d
|
@ -43,6 +43,7 @@ function exprBuilder(param, value) {
|
||||||
:array-data-props="{
|
:array-data-props="{
|
||||||
url: 'Parkings',
|
url: 'Parkings',
|
||||||
order: ['code'],
|
order: ['code'],
|
||||||
|
userFilter: filter,
|
||||||
exprBuilder,
|
exprBuilder,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
|
@ -54,9 +55,6 @@ function exprBuilder(param, value) {
|
||||||
<div class="vn-card-list">
|
<div class="vn-card-list">
|
||||||
<VnPaginate
|
<VnPaginate
|
||||||
:data-key="dataKey"
|
:data-key="dataKey"
|
||||||
:user-filter="filter"
|
|
||||||
:expr-builder="exprBuilder"
|
|
||||||
:limit="20"
|
|
||||||
>
|
>
|
||||||
<template #body="{ rows }">
|
<template #body="{ rows }">
|
||||||
<CardList
|
<CardList
|
||||||
|
|
Loading…
Reference in New Issue