修改刷新页面逻辑2

This commit is contained in:
ggxl 2024-11-19 11:03:25 +08:00
parent e12e44a097
commit 51dd32b5c3
1 changed files with 2 additions and 2 deletions

View File

@ -99,10 +99,10 @@ public class ContractListDateFilterPlugin extends AbstractBillPlugIn implements
contractEntries.remove(deleteEntry); contractEntries.remove(deleteEntry);
} }
} }
this.getView().updateView("contract_entry");
} }
this.getView().updateView("contract_entry");
if (contractEntries.isEmpty()) { if (contractEntries.isEmpty()) {
this.getView().showTipNotification(ResManager.loadKDString("没有符合条件的合同,请检查。", "EvalPlanEdit_13", "repc-resm-formplugin", new Object[0])); this.getView().showTipNotification(ResManager.loadKDString("没有符合条件的合同,请检查。", "EvalPlanEdit_13", "repc-resm-formplugin", new Object[0]));
Tab tabap = (Tab) this.getView().getControl("tabap"); Tab tabap = (Tab) this.getView().getControl("tabap");