Pman.Tab.AdminEnum.bjs
[Pman.Admin] / Pman.Tab.AdminEnum.js
index 6df2373..b66a333 100644 (file)
@@ -656,7 +656,7 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
                 }
                 
                 var select_index = _this.grid.selModel.selection.record.selected;
-                console.log(_this.grid.ds);
+                console.log(select_index);
                 var d = _this.grid.ds.data(s[select_index]);
                 
                 Pman.Dialog.AdminEnumMerge.show(d.data, function() {