diff --git a/com.actionsoft.apps.coe.pal.processlist/src/components/ExportLog.vue b/com.actionsoft.apps.coe.pal.processlist/src/components/ExportLog.vue index d1c0366..8aa7ab4 100644 --- a/com.actionsoft.apps.coe.pal.processlist/src/components/ExportLog.vue +++ b/com.actionsoft.apps.coe.pal.processlist/src/components/ExportLog.vue @@ -72,6 +72,7 @@ export default { item2.status = item1.status item2.statusText = item1.statusText item2.updateTime = item1.updateTime + item2.downloadUrl = item1.downloadUrl } }) })