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

index 210908e..faa6281 100644 (file)
@@ -261,9 +261,9 @@ Pman.Tab.PersonList.prototype = {
                         if (di != 'active') {
                             return;
                         }
-                         
-                        var rec = _this.grid.ds.getAt(rowIndex);
                         
+                        var rec = _this.grid.ds.getAt(rowIndex);
+                        console.log(rec); 
                         rec.set('active', rec.data.active ? 0 : 1);
                         rec.commit();