This commit is contained in:
parent
285ba4ef7b
commit
e98cc7a92a
|
@ -30,7 +30,7 @@ const searchRightDataKey = computed(() => {
|
|||
|
||||
const arrayData = useArrayData(props.dataKey, {
|
||||
url: props.url,
|
||||
filter: props.filter,
|
||||
userFilter: props.filter,
|
||||
oneRecord: true,
|
||||
});
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ const stateStore = useStateStore();
|
|||
const router = useRouter();
|
||||
const arrayData = useArrayData(props.dataKey, {
|
||||
url: props.url,
|
||||
filter: props.filter,
|
||||
userFilter: props.filter,
|
||||
oneRecord: true,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue