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 {
};