Pman.Tab.PersonList.js
authorbenny <benny@roojs.com>
Fri, 13 Jul 2018 08:05:31 +0000 (16:05 +0800)
committerbenny <benny@roojs.com>
Fri, 13 Jul 2018 08:05:31 +0000 (16:05 +0800)
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');
                                 }
                             });