fix: picture next page and picture transfer

This commit is contained in:
xiaozzzi 2025-08-24 14:47:56 +08:00
parent 9fe08dce23
commit 9f2a239849
2 changed files with 1 additions and 4 deletions

View File

@ -235,9 +235,6 @@ const storePath = computed(() => {
})
const curIsFolder = () => {
if (isNull(curFolder)) {
return false
}
if (isNull(curFolder.value)) {
return false
}

View File

@ -69,7 +69,7 @@ const transfer = () => {
if (props.ids.size <= 0) {
return
}
if (isNull(targetDoc) || isNull(targetDoc.value)) {
if (isNull(targetDoc.value)) {
return
}
isLoading.value = true