|
@@ -952,7 +952,7 @@ let createObj = {
|
952
|
$.each(this.rows, function(index, item) {
|
952
|
$.each(this.rows, function(index, item) {
|
953
|
var row = gridRows[index];
|
953
|
var row = gridRows[index];
|
954
|
if(row.viewCd === 'C') {
|
954
|
if(row.viewCd === 'C') {
|
955
|
- modifyRows.push(item);
|
|
|
|
|
955
|
+ modifyRows.push(row);
|
956
|
} else {
|
956
|
} else {
|
957
|
if(row.itemId === item.itemId) {
|
957
|
if(row.itemId === item.itemId) {
|
958
|
$.each(chkColumns, function(index, column) {
|
958
|
$.each(chkColumns, function(index, column) {
|