refactor: refs #7717 deleted useless code

This commit is contained in:
Jon Elias 2024-07-31 07:35:59 +02:00
parent cf90007023
commit 68ce5880dd
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const url = computed(() => {
}); });
const searchRightDataKey = computed(() => { const searchRightDataKey = computed(() => {
if (!props.searchDataKey) return route.name; if (!props.searchDataKey) return route.name;
else return props.searchDataKey; return props.searchDataKey;
}); });
const arrayData = useArrayData(props.dataKey, { const arrayData = useArrayData(props.dataKey, {
url: url.value, url: url.value,