forked from verdnatura/salix-front
refactor: refs #7717 deleted useless code
This commit is contained in:
parent
cf90007023
commit
68ce5880dd
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue