去除引用common.props
This commit is contained in:
@@ -723,9 +723,9 @@ public class VisualDevService : IVisualDevService, IDynamicApiController, ITrans
|
||||
moduleModel.ModuleId = input.id;
|
||||
moduleModel.ParentId = oldWebModule != null ? oldWebModule.ParentId : (input.pcModuleParentId.Equals(input.pcSystemId) ? "-1" : input.pcModuleParentId); // 父级菜单节点
|
||||
moduleModel.Category = "Web";
|
||||
moduleModel.FullName = oldWebModule!=null ? oldWebModule.FullName : entity.FullName; //modifyby zhoukeda 发布功能不更新名称排序图标
|
||||
moduleModel.FullName = oldWebModule != null ? oldWebModule.FullName : entity.FullName; //modifyby zhoukeda 发布功能不更新名称排序图标
|
||||
moduleModel.EnCode = entity.EnCode;
|
||||
moduleModel.Icon = oldWebModule!=null ? oldWebModule.Icon : "icon-ym icon-ym-webForm"; //modifyby zhoukeda 发布功能不更新名称排序图标
|
||||
moduleModel.Icon = oldWebModule != null ? oldWebModule.Icon : "icon-ym icon-ym-webForm"; //modifyby zhoukeda 发布功能不更新名称排序图标
|
||||
moduleModel.UrlAddress = oldWebModule != null ? oldWebModule.UrlAddress : "model/" + entity.EnCode;
|
||||
moduleModel.Type = 3;
|
||||
moduleModel.EnabledMark = 1;
|
||||
@@ -789,7 +789,8 @@ public class VisualDevService : IVisualDevService, IDynamicApiController, ITrans
|
||||
SortCode = 0
|
||||
});
|
||||
});
|
||||
ctList.ForEach(item => {
|
||||
ctList.ForEach(item =>
|
||||
{
|
||||
|
||||
formAuth.Add(new ModuleFormEntity()
|
||||
{
|
||||
@@ -993,7 +994,8 @@ public class VisualDevService : IVisualDevService, IDynamicApiController, ITrans
|
||||
SortCode = 0
|
||||
});
|
||||
});
|
||||
ctList.ForEach(item => {
|
||||
ctList.ForEach(item =>
|
||||
{
|
||||
|
||||
formAuth.Add(new ModuleFormEntity()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user