|
|
@ -278,7 +278,7 @@ export default { |
|
|
|
// const formVariables = { |
|
|
|
// businessSid: this.agreeList.businessSid |
|
|
|
// } |
|
|
|
req.getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey }).then((resp) => { |
|
|
|
req.getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey, sid: this.agreeList.businessSid }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
var arr = resp.data |
|
|
|
this.nextNode = arr[0] |
|
|
|