From 3cf3b2f28930c50a938f91cb1d18f374de52683e Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期五, 27 十二月 2024 16:31:16 +0800
Subject: [PATCH] action分类改为树表显示,页面渲染时加载图标库文件
---
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBtmIOServiceImpl.java | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBtmIOServiceImpl.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBtmIOServiceImpl.java
index b86be2a..9586abf 100644
--- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBtmIOServiceImpl.java
+++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBtmIOServiceImpl.java
@@ -274,7 +274,7 @@
lifeCyle = lifeCycleService.lifeCycleVO2DO(allLifeCycleLowMap.get(lifeCycleId));
edit = true;
}
- lifeCyle.tag = lifeCycleDTO.getName();
+ lifeCyle.label = lifeCycleDTO.getName();
lifeCyle.description = lifeCycleDTO.getDescription() == null?"":lifeCycleDTO.getDescription();
lifeCyle.startState = lifeCycleDTO.getStartStatus() == null?"":lifeCycleDTO.getStartStatus();
lifeCyle.modifier = userId;
@@ -1143,7 +1143,6 @@
return "";
}
-
/**
* 娣诲姞灞炴�у埌oracle
* @param addedAbList 娣诲姞鐨勫睘鎬�
@@ -1188,10 +1187,6 @@
}
}
-
-
-
-
/**
* 灏佽涓氬姟绫诲瀷
* @param btmItem 涓氬姟绫诲瀷鐨勫璞�
@@ -1260,7 +1255,7 @@
linkType.modifyTime = now;
linkType.id = "";
linkType.name = linkId;
- linkType.tag = linkTypeDTO.getName();
+ linkType.label = linkTypeDTO.getName();
linkType.description = linkTypeDTO.getDescription() == null ?"":linkTypeDTO.getDescription();
linkType.implClass = "";
linkType.shape = "";
--
Gitblit v1.10.0