feat:发送展示

This commit is contained in:
Lan
2025-03-03 23:07:19 +08:00
parent a03c040ff0
commit 6d10a550d8
+2 -7
View File
@@ -330,14 +330,11 @@ import {
XIcon,
TrashIcon,
FileIcon,
CalendarIcon,
HardDriveIcon,
ClockIcon,
EyeIcon,
ShieldCheckIcon,
ClipboardCopyIcon,
TerminalIcon,
QrCodeIcon
} from 'lucide-vue-next'
import { useRouter } from 'vue-router'
import BorderProgressBar from '@/components/common/BorderProgressBar.vue'
@@ -685,10 +682,8 @@ const handleSubmit = async () => {
textContent.value = ''
expirationValue.value = ''
uploadProgress.value = 0
// 自动打开抽屉
showDrawer.value = true
// 显示详情
selectedRecord.value = newRecord
// 自动复制取件码链接
await copyRetrieveLink(retrieveCode)
} else {