From f04c6edabcfdcff81cb33d6e09cab696d2e1615b Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 10 May 2022 15:52:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/processCenter/components/circulationHistory.vue | 1 + .../views/processCenter/components/taskCirculationHistory.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/processCenter/components/circulationHistory.vue b/jero-web/src/views/processCenter/components/circulationHistory.vue index 9f3adf028..2d5e7ef51 100644 --- a/jero-web/src/views/processCenter/components/circulationHistory.vue +++ b/jero-web/src/views/processCenter/components/circulationHistory.vue @@ -141,6 +141,7 @@ getList() { let query = { prcNum: this.$route.query.prcNum, + prcType:this.$route.query.prcType, } getAction('/workFlow/get_list_by_instance', query).then((res) => { this.dataSource = res diff --git a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue index 88488bdd3..b02fbb838 100644 --- a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue +++ b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue @@ -79,7 +79,8 @@ methods: { getList() { let query = { - prcId: this.$route.query.actiProcInstId + prcId: this.$route.query.actiProcInstId, + prcType: this.$route.query.flowType } getAction('/workFlow/queryProcessHistoryByPrcId', query).then((res) => { this.dataSource = res