From 97ef3f0acaba971e57338eabbdc336c7c0460804 Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 26 Mar 2021 16:40:46 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=9B=BE=E7=BC=93=E5=AD=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/work/process/leave/detail.vue | 2 +- src/views/work/process/leave/handle.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/work/process/leave/detail.vue b/src/views/work/process/leave/detail.vue index 19fd29d..e5c27b1 100644 --- a/src/views/work/process/leave/detail.vue +++ b/src/views/work/process/leave/detail.vue @@ -85,7 +85,7 @@ init() { this.processInstanceId = this.$route.params.processInstanceId; this.businessId = this.$route.params.businessId; - this.src = `/api/blade-flow/process/diagram-view?processInstanceId=${this.$route.params.processInstanceId}`; + this.src = `/api/blade-flow/process/diagram-view?processInstanceId=${this.$route.params.processInstanceId}&t=${new Date().getTime()}`; historyFlowList(this.processInstanceId).then(res => { const data = res.data; if (data.success) { diff --git a/src/views/work/process/leave/handle.vue b/src/views/work/process/leave/handle.vue index 7e88f95..9e4b241 100644 --- a/src/views/work/process/leave/handle.vue +++ b/src/views/work/process/leave/handle.vue @@ -104,7 +104,7 @@ this.taskId = this.$route.params.taskId; this.processInstanceId = this.$route.params.processInstanceId; this.businessId = this.$route.params.businessId; - this.src = `/api/blade-flow/process/diagram-view?processInstanceId=${this.$route.params.processInstanceId}`; + this.src = `/api/blade-flow/process/diagram-view?processInstanceId=${this.$route.params.processInstanceId}&t=${new Date().getTime()}`; historyFlowList(this.processInstanceId).then(res => { const data = res.data; if (data.success) {