|
|
@@ -41,13 +41,11 @@ public class PendingSalaryAdjListPlugin extends AbstractListPlugin implements Pl
|
|
|
* 员工待定调薪清单
|
|
|
*/
|
|
|
private static final String entityName = "nckd_pendingsalaryadj";
|
|
|
-
|
|
|
+
|
|
|
|
|
|
@Override
|
|
|
public void initialize() {
|
|
|
super.initialize();
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
@@ -130,8 +128,8 @@ public class PendingSalaryAdjListPlugin extends AbstractListPlugin implements Pl
|
|
|
Object[] update = SaveServiceHelper.save(billDyns);
|
|
|
this.getView().showSuccessNotification(update.length + "条,操作成功", 3000);
|
|
|
}
|
|
|
- BillList billList = this.getControl("gridview");
|
|
|
- billList.refreshData();
|
|
|
+
|
|
|
+ this.getView().invokeOperation("refresh");
|
|
|
|
|
|
}
|
|
|
|