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