Browse Source

feat: approver 审核人 form.nodeCandidate.type 1用户 2角色 => 0用户 1角色

lanceJiang 5 tháng trước cách đây
mục cha
commit
d519f87f8a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/scWorkflow/nodes/addNode.vue

+ 2 - 2
src/components/scWorkflow/nodes/addNode.vue

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