1.流程图显示问题

2.任务分配规则列表显示问题(传递id错误)
3.流程分类显示错误
This commit is contained in:
gexinzhineng/gxzn27
2023-02-28 09:59:44 +08:00
parent 666a523fee
commit f90c9a0c77
2 changed files with 15 additions and 4 deletions

View File

@ -26,8 +26,13 @@ const crudSchemas = reactive<VxeCrudSchema>({
{
title: '流程分类',
field: 'category',
dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
dictClass: 'number'
// dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
// dictClass: 'string'
table: {
slots: {
default: 'category_default'
}
}
},
{
title: '表单信息',