#7717 fix OrderCatalog #558

Merged
jon merged 39 commits from 7717_fixOrderCatalog into dev 2024-08-19 09:22:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 68ce5880dd - Show all commits

View File

@ -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
Outdated
Review

Else no hace falta

Else no hace falta
});
const arrayData = useArrayData(props.dataKey, {
url: url.value,