diff --git a/src/api/workflow/processInstance/index.ts b/src/api/workflow/processInstance/index.ts index ef77277..7d35b32 100644 --- a/src/api/workflow/processInstance/index.ts +++ b/src/api/workflow/processInstance/index.ts @@ -6,7 +6,7 @@ import { getToken } from '@/utils/auth'; * 通过流程实例id获取历史流程图 */ export const getHistoryProcessImage = (processInstanceId: string) => { - return baseUrl + `/workflow/processInstance/getHistoryProcessImage/${processInstanceId}` + '?Authorization=Bearer ' + getToken(); + return baseUrl + `/workflow/processInstance/getHistoryProcessImage/${processInstanceId}` + '?Authorization=Bearer ' + getToken()+'&t'+ Math.random() }; /** diff --git a/src/components/Process/approvalRecord.vue b/src/components/Process/approvalRecord.vue index 1a27624..cf2b45d 100644 --- a/src/components/Process/approvalRecord.vue +++ b/src/components/Process/approvalRecord.vue @@ -1,7 +1,42 @@