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

index 79416a3..ad61147 100644 (file)
@@ -263,7 +263,7 @@ Pman.Tab.PersonList.prototype = {
                         }
                          
                         var rec = _this.grid.ds.getAt(rowIndex);
-                        
+                        console.log(rec);
                         rec.set('active', rec.data.active ? 0 : 1);
                         rec.commit();