|
@@ -74,8 +74,8 @@ export default {
|
|
type: 1, //节点类型
|
|
type: 1, //节点类型
|
|
setType: 1, //审核人类型
|
|
setType: 1, //审核人类型
|
|
nodeAssigneeList: [], //审核人成员 & 角色
|
|
nodeAssigneeList: [], //审核人成员 & 角色
|
|
- // {type: (1用户,2角色,3部门), assignees: 同nodeAssigneeList}
|
|
|
|
- nodeCandidate: { type: 1, assignees: [] }, //审核人-发起人自选-候选人 & 候选角色
|
|
|
|
|
|
+ // {type: (0用户,1角色), assignees: 同nodeAssigneeList}
|
|
|
|
+ nodeCandidate: { type: 0, assignees: [] }, //审核人-发起人自选-候选人 & 候选角色
|
|
examineLevel: 1, //指定主管层级
|
|
examineLevel: 1, //指定主管层级
|
|
directorLevel: 1, //自定义连续主管审批层级
|
|
directorLevel: 1, //自定义连续主管审批层级
|
|
selectMode: 1, //发起人自选类型
|
|
selectMode: 1, //发起人自选类型
|