1
yuan
2026-06-10 7de31fb1ef7b3307fb0e982e2c8cbad0064c8149
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) {}
  }