commit:同步2.1版本

This commit is contained in:
Jerry
2021-12-16 21:51:40 +08:00
parent c76388f593
commit 7af7fe5dc2
553 changed files with 8366 additions and 4151 deletions

View File

@@ -62,6 +62,16 @@ const SysFlowTaskOperationType = new DictionaryBase('任务操作类型', [
name: '拒绝',
symbol: 'REFUSE'
},
{
id: 'reject',
name: '驳回',
symbol: 'REJECT'
},
{
id: 'revoke',
name: '撤销',
symbol: 'REVOKE'
},
{
id: 'transfer',
name: '转办',