Pman.Tab.PersonList.js
authorbenny <benny@roojs.com>
Fri, 13 Jul 2018 07:18:34 +0000 (15:18 +0800)
committerbenny <benny@roojs.com>
Fri, 13 Jul 2018 07:18:34 +0000 (15:18 +0800)
Pman.Tab.PersonList.js

index 3b1a6e1..d670b5c 100644 (file)
@@ -458,6 +458,7 @@ Pman.Tab.PersonList.prototype = {
                     //Pman.genericDelete(_this, 'Person'); 
                     
                     var ids = [];
+                    console.log(_this.grid.dataSource);
                     _this.grid.dataSource.each(function(rr) {
                         if (rr.selected) {
                             ids.push(rr.data.id);