From 5bb7e2af32154b41089cd29a9df03437fae47b6b Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:54:19 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 79416a32..ad611473 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -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(); -- 2.39.2