Преглед на файлове

매장단가관리 신규 일괄적용 오류 수정

isna преди 2 години
родител
ревизия
6e46edfd2d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

+ 1 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO06010.js

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