Просмотр исходного кода

[ST24PRJ-612] pc/mo 전시 상품명 깨짐

hss 4 лет назад
Родитель
Сommit
3311b1185e

+ 0 - 2
src/main/webapp/WEB-INF/views/marketing/FreeGoodsPromotionRegiForm.html

@@ -1221,12 +1221,10 @@
 
 	// 공급업체 설정 / 업체 추가 콜백함수
 	var fnSetPopupComapnyInfo = function(result) {
-		console.log(" 1 : "+ result);
 		fnSetListInfo(result, gridOptionsFGCompanyList, "supplyCompCd");
 	};
 	// 브랜드 설정 / 브랜드 추가 콜백함수 (단수로 가져오므로 복수일 경우에 수정 확인 필요)
 	var fnSetPopupBrandInfo = function(result) {
-		console.log(result);
 		fnSetListInfo(result, gridOptionsFGBrandList, "brandCd");
 	};
 	// 적용 상품 리스트 콜백함수