From ecf1953b5882319e46e37d11fcc0b9e9f48b856d Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 25 五月 2026 13:25:08 +0800
Subject: [PATCH] 转正申请、调动申请、离职申请、工作交接、请假申请、加班申请等上传的附件在审批记录中没有展示
---
src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js b/src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js
index 938a787..ea61076 100644
--- a/src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js
+++ b/src/views/officeProcessAutomation/ApproveManage/approve-list/approveListConstants.js
@@ -496,6 +496,7 @@
templateSnapshot,
tasks,
records: Array.isArray(row.records) ? row.records : [],
+ storageBlobVOList: row.storageBlobVOList || [],
flowNodes,
approvalFlowNodes: [],
currentNodeIndex: 0,
--
Gitblit v1.9.3