This commit is contained in:
2026-03-06 10:27:00 +08:00
parent f5ccf1cb64
commit 603da04e4f
2 changed files with 4 additions and 0 deletions
@@ -132,6 +132,8 @@ layout("/layouts/platform.html"){
this.showApprovalForm = true
this.formData = {
processTaskId: row.taskId,
sessionId: row.sessionId,
delegationId: row.delegationId,
taskName: row.curTaskName,
tf_opinion: "同意该提案"
}
@@ -137,6 +137,8 @@ layout("/layouts/platform_h5.html"){
this.$refs.proposalInfoRef.onOpen(row)
this.formData = {
processTaskId: row.taskId,
sessionId: row.sessionId,
delegationId: row.delegationId,
taskName: row.curTaskName,
tf_opinion: "同意该提案"
}