fix:【bpm 工作流】已办任务的审批状态过滤不正确
This commit is contained in:
@@ -42,14 +42,11 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldName: 'status',
|
fieldName: 'status',
|
||||||
label: '流程状态',
|
label: '审批状态',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
options: getDictOptions(
|
options: getDictOptions(DICT_TYPE.BPM_TASK_STATUS, 'number'),
|
||||||
DICT_TYPE.BPM_PROCESS_INSTANCE_STATUS,
|
placeholder: '请选择审批状态',
|
||||||
'number',
|
|
||||||
),
|
|
||||||
placeholder: '请选择流程状态',
|
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user