|
@ -285,7 +285,7 @@ export default { |
|
|
handleAgree() { |
|
|
handleAgree() { |
|
|
this.linkByParameter.comment = this.dialogList.comment |
|
|
this.linkByParameter.comment = this.dialogList.comment |
|
|
this.linkByParameter.formVariables = this.formobj |
|
|
this.linkByParameter.formVariables = this.formobj |
|
|
req.complete(this.linkByParameter).then((response) => { |
|
|
req.InitiatorToAnswer(this.linkByParameter).then((response) => { |
|
|
if (response.success) { |
|
|
if (response.success) { |
|
|
this.$notify({ |
|
|
this.$notify({ |
|
|
title: '提示', |
|
|
title: '提示', |
|
|