#7717 fix OrderCatalog #558
|
@ -33,7 +33,7 @@ const url = computed(() => {
|
|||
});
|
||||
const searchRightDataKey = computed(() => {
|
||||
if (!props.searchDataKey) return route.name;
|
||||
else return props.searchDataKey;
|
||||
return props.searchDataKey;
|
||||
jon marked this conversation as resolved
Outdated
|
||||
});
|
||||
const arrayData = useArrayData(props.dataKey, {
|
||||
url: url.value,
|
||||
|
|
Loading…
Reference in New Issue
Else no hace falta