修改刷新页面逻辑2
This commit is contained in:
parent
e12e44a097
commit
51dd32b5c3
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue