fix: 汇总表单字段过滤错误的问题

3.x
ssc 3 years ago
parent c7c4a32d5a
commit 16e0cd2056
  1. 2
      src/views/plugin/workflow/pages/process/form/detail.vue

@ -161,7 +161,7 @@ export default {
}
formList.forEach(f => {
const { content, taskName, taskKey } = f
const { option } = this.handleResolveOption(eval('(' + content + ')'), taskForm, 'done')
const { option } = this.handleResolveOption(eval('(' + content + ')'), null, 'done')
options.group.push({
label: taskName || taskKey,
collapse: allForm ? false : true,

Loading…
Cancel
Save