【升级】升级layui至全新的【2.8.2】版本。替换多种语法,使用全新的treeTable组件,其他组件也相应进行丰富。

This commit is contained in:
jianweie code
2023-05-07 22:43:24 +08:00
parent 21dc65b5ef
commit 932eb84cea
80 changed files with 1702 additions and 1854 deletions

View File

@@ -78,8 +78,8 @@ namespace CoreCms.Net.Repository
oldModel.iconColor = entity.iconColor;
oldModel.hide = entity.hide;
//oldModel.deleted = entity.deleted;
//oldModel.createTime = entity.createTime;
oldModel.updateTime = DateTime.Now;
oldModel.createTime = entity.createTime;
oldModel.updateTime = entity.updateTime;
oldModel.identificationCode = entity.identificationCode;
//事物处理过程结束