diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue
index 1e1404123..9dde7dcb7 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step4.vue
@@ -47,7 +47,7 @@
{{ item.name }}
@@ -63,7 +63,7 @@
{{ item.name }}
@@ -322,6 +322,10 @@
updateFile (fileId) {
window.location.href = '/api/att/attFile/downloadFile?fileId=' + fileId
},
+ updateFile2 (item) {
+ let id = item.id
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + id
+ },
handleTabs(name) {
this.active = name
},