yuan
2026-05-23 c5faae1a4fb3e5bbea2b8679a5f55abd7f6cb1dd
src/views/projectManagement/Management/components/formDia.vue
@@ -1342,9 +1342,9 @@
}
function downloadAttachment(att) {
  if (att?.name) {
  if (att) {
    try {
      proxy.$download.name(att.url);
         proxy.$download.byUrl(att.url, att.originalFilename);
      return
    } catch (e) {}
  }