1
yyb
2 天以前 32b983e2b22e0ebb39a6fd84c0f32b5e677534e7
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) {}
  }