修复生成种子菜单的bug
This commit is contained in:
parent
176fc1e735
commit
cd7efa01ae
@ -471,6 +471,7 @@ public class SysCodeGenService : IDynamicApiController, ITransient
|
||||
ClassName = input.TableName!, // 类名称
|
||||
input.ConfigId,
|
||||
MenuList = menuList, // 菜单集合
|
||||
PrintType = input.PrintType!
|
||||
};
|
||||
tResult = await _viewEngine.RunCompileAsync(tContent, seedData, builderAction: builder =>
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user