|
@ -205,7 +205,7 @@ export default { |
|
|
procInsId: row.procInsId, |
|
|
procInsId: row.procInsId, |
|
|
token: getStorage() |
|
|
token: getStorage() |
|
|
} |
|
|
} |
|
|
this.url = 'http://192.168.0.107:9530/#/flow/flowRecordForBusiness?data=' + encodeURI((JSON.stringify(params))) |
|
|
this.url = '/#/flow/flowRecordForBusiness?data=' + encodeURI((JSON.stringify(params))) |
|
|
}, |
|
|
}, |
|
|
init() { |
|
|
init() { |
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => { |
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((resp) => { |
|
|