组织架构同步代码
This commit is contained in:
parent
78f017178c
commit
db668bbb63
@ -2616,7 +2616,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
|
||||
/****************************************判断如果添加组织架构则修改显示值 by zhaolei*******************************************************************/
|
||||
String input = null;
|
||||
if(attributeModel.getKey().contains("Process_Architecture")) {
|
||||
if(attributeModel.getKey().contains("Process_Architecture") && repositoryPathData.size()!=index) {
|
||||
String name = ((JSONObject) repositoryPathData.get(index)).getString("name");
|
||||
input="<input type='text' class='awsui-textbox' name=\"" + id + "\" id=\"" + id + "\" value=\"" + name + "\" sid=\"" + sid + "\" uuid=\"" + uuid + "\" data-originvalue='"+ name +"' isRequired='" + isRequired + "' onblur='saveContent($(this));' readonly=true />";
|
||||
index++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user