目前已更新最新的美菱自动编码器代码,本代码在原有代码基础上增加自动指派项目方法-automaticAssignment,已提交正式环境测试

main
熊朝柱 2 months ago
parent 6ce4d99423
commit 8e31b07e8d

@ -3891,7 +3891,9 @@ public class NewCodeItemDialog extends Dialog {
//TODO 20250317美菱需求新建对象自动指派到父文件夹对应项目
TCComponent targetComponent = (TCComponent)AIFUtility.getCurrentApplication().getTargetContext().getComponent();
automaticAssignment(targetComponent,newComp);
}
}
}
} catch (ServiceException e) {

Loading…
Cancel
Save