bpm:流程详情的转派审批人

This commit is contained in:
YunaiV
2023-01-24 18:55:16 +08:00
parent 06d8ceb11c
commit b6d90b2244
4 changed files with 111 additions and 181 deletions

View File

@ -163,10 +163,7 @@ export default {
rules: {
assigneeUserId: [{ required: true, message: "新审批人不能为空", trigger: "change" }],
}
},
// 数据字典
categoryDictDatas: getDictDatas(DICT_TYPE.BPM_MODEL_CATEGORY),
}
};
},
created() {