From 25795ee1ca520ab8cd8eeb8bed0b1a6a2726896d Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:55:23 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 210908e7..faa62819 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -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(); -- 2.39.2