feat : 需求汇总年度计划审批前置流程选择

This commit is contained in:
clay
2024-07-24 00:28:42 +08:00
parent 1194f04eb6
commit fe8ca80452
4 changed files with 72 additions and 22 deletions

View File

@@ -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'
});
}
}
})
}