lb:pdf文件合并功能

This commit is contained in:
bang 2025-01-18 11:55:09 +08:00
parent a4df8bd8e9
commit ece212d849

View File

@ -74,7 +74,7 @@ public class PDFMergeDynamicPlugin extends AbstractFormPlugin implements Plugin
}
ComboEdit yemTargetkey = this.getControl("yem_targetkey");
yemTargetkey.setComboItems(entryItems);
initData();
initData(attachControlKey);
}
@Override