feat : 动态前置流程

This commit is contained in:
clay
2024-07-24 21:21:36 +08:00
parent d769ec9755
commit fc0451ca32
4 changed files with 76 additions and 69 deletions

View File

@@ -104,7 +104,7 @@ const formPermsLoadMosr = (oldPermMap, perms) => {
id: perm.id, //todo ,id 就是字段名称
title: perm.title,
required: perm.required,
perm: 'H'
perm: 'R'
});
}