|
@ -394,7 +394,7 @@ export default { |
|
|
this.operation = val |
|
|
this.operation = val |
|
|
this.currentLink = true |
|
|
this.currentLink = true |
|
|
this.dialogList.comment = '同意' |
|
|
this.dialogList.comment = '同意' |
|
|
getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey }).then((resp) => { |
|
|
getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey, businessSid: this.linkByParameter.businessSid }).then((resp) => { |
|
|
if (resp.success) { |
|
|
if (resp.success) { |
|
|
var arr = resp.data |
|
|
var arr = resp.data |
|
|
this.nextNode = arr[0] |
|
|
this.nextNode = arr[0] |
|
@ -408,7 +408,7 @@ export default { |
|
|
this.operation = val |
|
|
this.operation = val |
|
|
this.currentLink = true |
|
|
this.currentLink = true |
|
|
this.dialogList.comment = '' |
|
|
this.dialogList.comment = '' |
|
|
getPreviousNodesForReject({ taskDefKey: this.current.taskDefKey }).then((resp) => { |
|
|
getPreviousNodesForReject({ taskDefKey: this.current.taskDefKey, businessSid: this.linkByParameter.businessSid }).then((resp) => { |
|
|
if (resp.success) { |
|
|
if (resp.success) { |
|
|
var arr = resp.data |
|
|
var arr = resp.data |
|
|
this.nextNode = arr[0] |
|
|
this.nextNode = arr[0] |
|
|