#7897 - masterTest_24_36 #669

Merged
jsegarra merged 115 commits from 7897_masterTest_24_36 into master 2024-09-03 06:37:49 +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;
});
const arrayData = useArrayData(props.dataKey, {
url: url.value,