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(() => {
|
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,
|
||||||
|
|
Loading…
Reference in New Issue