|
|
@ -217,6 +217,8 @@ export default { |
|
|
|
// 同意 |
|
|
|
openAgree(val) { |
|
|
|
this.operation = val |
|
|
|
this.currentLink = true |
|
|
|
this.dialogList.comment = '' |
|
|
|
req.getNextNodesForSubmit({ taskDefKey: this.current.taskDefKey }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
var arr = resp.data |
|
|
@ -229,6 +231,8 @@ export default { |
|
|
|
// 驳回 |
|
|
|
openReject(val) { |
|
|
|
this.operation = val |
|
|
|
this.currentLink = true |
|
|
|
this.dialogList.comment = '' |
|
|
|
req.getPreviousNodesForReject({ taskDefKey: this.current.taskDefKey }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
var arr = resp.data |
|
|
@ -242,6 +246,7 @@ export default { |
|
|
|
openStop(val) { |
|
|
|
this.operation = val |
|
|
|
this.currentLink = false |
|
|
|
this.dialogList.comment = '' |
|
|
|
this.nodeDialogVisible = true |
|
|
|
}, |
|
|
|
reject() { |
|
|
|