Skip to content

Commit 490c4bd

Browse files
author
duxz
committed
fix: 修复表单数据没有显示的问题
1 parent 93bee8c commit 490c4bd

File tree

1 file changed

+1
-1
lines changed
  • src/views/bpm/processInstance/detail

1 file changed

+1
-1
lines changed

src/views/bpm/processInstance/detail/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ const loadRunningTask = (tasks) => {
363363
// 2.4 处理 approve 表单
364364
if (task.formId && task.formConf) {
365365
const approveForm = {}
366-
setConfAndFields2(approveForm, task.formConf, task.formFields, task.formVariable)
366+
setConfAndFields2(approveForm, task.formConf, task.formFields, task.formVariables)
367367
approveForms.value.push(approveForm)
368368
} else {
369369
approveForms.value.push({}) // 占位,避免为空

0 commit comments

Comments
 (0)