|
@@ -668,7 +668,7 @@ let pageCCOprObj = {
|
|
node.data.itemCharacter = itemCharacter;
|
|
node.data.itemCharacter = itemCharacter;
|
|
this.nameCache = name;
|
|
this.nameCache = name;
|
|
// 根据规则设置对应特征、内容、名称格式
|
|
// 根据规则设置对应特征、内容、名称格式
|
|
- const setting = projectObj.project.property.addRule !== undefined ? projectObj.project.property.addRule : null;
|
|
|
|
|
|
+ const setting = projectObj.project.property.addRule !== undefined ? projectObj.project.property.addRule : getAddRuleSetting();
|
|
const updateData = pageCCOprObj.getCharacterUpdateData(setting, node);
|
|
const updateData = pageCCOprObj.getCharacterUpdateData(setting, node);
|
|
node.data.jobContentText = updateData.jobContentText;
|
|
node.data.jobContentText = updateData.jobContentText;
|
|
node.data.itemCharacterText = updateData.itemCharacterText;
|
|
node.data.itemCharacterText = updateData.itemCharacterText;
|