From 9ef2761340c52704504fb9b8b02ed6fb791c8bd5 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Sun, 2 Jul 2023 09:41:01 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B7=BB=E5=8A=A0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E4=BD=9C=E5=BA=9F=E7=90=86=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Process/approvalRecord.vue | 12 +++++++++++- src/views/workflow/processDefinition/index.vue | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/Process/approvalRecord.vue b/src/components/Process/approvalRecord.vue index 79e1061..f9334a9 100644 --- a/src/components/Process/approvalRecord.vue +++ b/src/components/Process/approvalRecord.vue @@ -39,6 +39,14 @@
+ + +
              {{ deleteReason }}
+
@@ -74,6 +82,7 @@ export default { src: '', visible: false, historyList: [], + deleteReason: '', graphicInfoVos: [], nodeListInfo: [], popupVisible: false, @@ -93,6 +102,7 @@ export default { this.historyList = response.data.historyRecordList; this.graphicInfoVos = response.data.graphicInfoVos; this.nodeListInfo = response.data.nodeListInfo; + this.deleteReason = response.data.deleteReason; this.loading = false; }); }, @@ -121,7 +131,7 @@ export default { };