张诺
2026-04-24 37a9da0f73da9b69e7d1c8488673520821e90b72
src/views/collaborativeApproval/knowledgeBase/index.vue
@@ -767,6 +767,7 @@
// 文件预览/下载
const handleDownload = (file) => {
  console.log(file)
  const url = getUploadFileUrl(file)
  if (!url) return
  proxy?.$modal?.loading?.("正在下载文件,请稍候...")
@@ -775,6 +776,7 @@
}
function handlePreview(file) {
  console.log(file)
  const url = getUploadFileUrl(file)
  if (!url) return
  filePreviewRef.value?.open?.(url)