|
|
@ -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))) |
|
|
|