浏览代码

브랜드 조회 팝업 호출인자 수정

eskim 5 年之前
父节点
当前提交
7185048714
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      style24.admin/src/main/webapp/WEB-INF/views/goods/GoodsListForm.html

+ 1 - 1
style24.admin/src/main/webapp/WEB-INF/views/goods/GoodsListForm.html

@@ -1084,7 +1084,7 @@
 			return false;
 		}
 		
-		cfnOpenBrandListPopup('fnSetBrandInfo', $("#searchForm input[name=searchTxt]").val());
+		cfnOpenBrandListPopup('fnSetBrandInfo', 'S', $("#searchForm input[name=searchTxt]").val());
 		
 	});