BPM 模型重构 4:修改模型,修改成单独的弹窗

This commit is contained in:
YunaiV
2022-01-12 00:33:50 +08:00
parent 24c03cf176
commit 8c7db2af70
5 changed files with 120 additions and 33 deletions

View File

@@ -36,6 +36,7 @@ export const DICT_TYPE = {
// bpm
BPM_MODEL_CATEGORY: 'bpm_model_category',
BPM_MODEL_FORM_TYPE: 'bpm_model_form_type',
BPM_PROCESS_INSTANCE_STATUS: 'bpm_process_instance_status',
BPM_PROCESS_INSTANCE_RESULT: 'bpm_process_instance_result',
OA_LEAVE_STATUS: 'flow_status',