|
|
|
@ -208,11 +208,11 @@ public class FormParaDesigner extends FormDesigner implements ParameterDesignerP
|
|
|
|
|
/** |
|
|
|
|
* 刷新tableData |
|
|
|
|
* |
|
|
|
|
* @param oldName 旧名称 |
|
|
|
|
* @param oldName 旧名称f |
|
|
|
|
* @param newName 新名称 |
|
|
|
|
*/ |
|
|
|
|
public void refresh4TableData(String oldName, String newName) { |
|
|
|
|
this.getTarget().renameTableData(oldName, newName); |
|
|
|
|
this.getTarget().renameTableData(this.getTarget().getContainer(), oldName, newName); |
|
|
|
|
this.getEditListenerTable().fireCreatorModified(DesignerEvent.CREATOR_SELECTED); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|