feat : workflow编辑器 无用功能屏蔽
This commit is contained in:
@@ -230,11 +230,11 @@ const showOrgSelect = ref(false)
|
||||
const orgPickerSelected = ref([])
|
||||
const approvalTypes = reactive([
|
||||
{name: "指定人员", type: "ASSIGN_USER"},
|
||||
{name: "发起人自选", type: "SELF_SELECT"},
|
||||
// {name: "发起人自选", type: "SELF_SELECT"},
|
||||
// {name: "连续多级主管", type: "LEADER_TOP"},
|
||||
{name: "主管", type: "LEADER"},
|
||||
// {name: "主管", type: "LEADER"},
|
||||
// {name: "角色", type: "ROLE"},
|
||||
// {name: "发起人自己", type: "SELF"},
|
||||
{name: "发起人自己", type: "SELF"},
|
||||
// {name: "表单内联系人", type: "FORM_USER"},
|
||||
{name: "矩阵审批", type: "MATRIX_APPROVAL"},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user