Browse Source

fix: record step invalid

master
wangxiang 2 years ago
parent
commit
e7454e7f52
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 1
      src/views/workflow/task/workflowStep/index.vue

1
src/views/workflow/task/workflowStep/index.vue

@ -46,6 +46,7 @@ @@ -46,6 +46,7 @@
title: '流程进度列表',
dataSource: props.historyFlowChangeList,
columns,
maxHeight: 650,
useSearchForm: false,
showTableSetting: true,
showIndexColumn: false,

Loading…
Cancel
Save