diff --git a/src/views/plugin/workflow/pages/process/form/detail.vue b/src/views/plugin/workflow/pages/process/form/detail.vue index abdfb24..56fbe11 100644 --- a/src/views/plugin/workflow/pages/process/form/detail.vue +++ b/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,