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