diff --git a/anrui-scm/anrui-scm-ui/src/views/guache/guachechuku/trailerout.vue b/anrui-scm/anrui-scm-ui/src/views/guache/guachechuku/trailerout.vue index 6776536132..2cf9c8c5ec 100644 --- a/anrui-scm/anrui-scm-ui/src/views/guache/guachechuku/trailerout.vue +++ b/anrui-scm/anrui-scm-ui/src/views/guache/guachechuku/trailerout.vue @@ -181,7 +181,7 @@ export default { this.centerDialogVisible = true var params = { deployId: row.procDefId, - procInsId: row.procInstId, + procInsId: row.procInstSid, token: getStorage() } this.url = '/#/flow/flowRecordForBusiness?data=' + encodeURI((JSON.stringify(params)))