diff --git a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue index 15e87227c..14c4050a9 100644 --- a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue +++ b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue @@ -423,7 +423,11 @@ }, getReminderHandlingList() { this.loadingTable = true - getAction(this.url.queryByActiProcInstId, { actiProcInstId: this.$route.query.actiProcInstId }).then((res) => { + let query = { + taskDefinitionKey:'dreDispose', + actiProcInstId: this.$route.query.actiProcInstId + } + getAction(this.url.queryByActiProcInstId, query).then((res) => { if (res.success) { this.dataSourceTable = res.result || [] this.loadingTable = false