Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 7350a2f..da0b68e 100644 (file)
@@ -482,6 +482,7 @@ Pman.Tab.PersonList.prototype = {
                                     _delete  : ids.join(',')
                                 },
                                 success : function() {
+                                    console.log(_this.grid);
                                     _this.grid.footer.onClick('refresh');
                                 }
                             });