commit
This commit is contained in:
+2
@@ -132,6 +132,8 @@ layout("/layouts/platform.html"){
|
|||||||
this.showApprovalForm = true
|
this.showApprovalForm = true
|
||||||
this.formData = {
|
this.formData = {
|
||||||
processTaskId: row.taskId,
|
processTaskId: row.taskId,
|
||||||
|
sessionId: row.sessionId,
|
||||||
|
delegationId: row.delegationId,
|
||||||
taskName: row.curTaskName,
|
taskName: row.curTaskName,
|
||||||
tf_opinion: "同意该提案"
|
tf_opinion: "同意该提案"
|
||||||
}
|
}
|
||||||
|
|||||||
+2
@@ -137,6 +137,8 @@ layout("/layouts/platform_h5.html"){
|
|||||||
this.$refs.proposalInfoRef.onOpen(row)
|
this.$refs.proposalInfoRef.onOpen(row)
|
||||||
this.formData = {
|
this.formData = {
|
||||||
processTaskId: row.taskId,
|
processTaskId: row.taskId,
|
||||||
|
sessionId: row.sessionId,
|
||||||
|
delegationId: row.delegationId,
|
||||||
taskName: row.curTaskName,
|
taskName: row.curTaskName,
|
||||||
tf_opinion: "同意该提案"
|
tf_opinion: "同意该提案"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user