Pman.Tab.AdminEnum.bjs
[Pman.Admin] / Pman.Tab.AdminEnum.js
index b66a333..cbfafa4 100644 (file)
@@ -654,9 +654,9 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
                     Roo.MessageBox.alert("Error", "Select a Row");
                     return;
                 }
+                console.log(_this.grid.selModel.selection.record);
+                var select_index = _this.grid.selModel.selection.record;
                 
-                var select_index = _this.grid.selModel.selection.record.selected;
-                console.log(select_index);
                 var d = _this.grid.ds.data(s[select_index]);
                 
                 Pman.Dialog.AdminEnumMerge.show(d.data, function() {