feat : 需求汇总年度计划审批前置流程选择
This commit is contained in:
@@ -99,6 +99,15 @@ const formPermsLoadMosr = (oldPermMap, perms) => {
|
||||
perm: nowNode.value.type === "ROOT" ? "E" : "R"
|
||||
});
|
||||
}
|
||||
if (perm.id === 'preProcess'){
|
||||
formPerms.value.push({
|
||||
id: perm.id, //todo ,id 就是字段名称
|
||||
title: perm.title,
|
||||
required: perm.required,
|
||||
perm: 'H'
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user