diff --git a/WebContent/ProductManage/ProductConfig/ProductCatalogList.jsp b/WebContent/ProductManage/ProductConfig/ProductCatalogList.jsp index f2e43cecb..128ac69f4 100644 --- a/WebContent/ProductManage/ProductConfig/ProductCatalogList.jsp +++ b/WebContent/ProductManage/ProductConfig/ProductCatalogList.jsp @@ -56,7 +56,7 @@ //·¾¶ var sUrl = "/ProductManage/ProductConfig/CopyProductCatalogInfo.jsp"; //´«²Î - var sParam = "ProductId="+getItemValue(0,0,"TypeNo"); + var sParam = "ProductId="+getItemValue(0,getRow(),"TypeNo"); AsDialog.PopView(sUrl,sParam,"dialogWidth=320px;dialogHeight=200px;status:no;center:yes;help:no;minimize:no;maximize:no;border:thin;statusbar:no",function(){ reloadSelf(); parent.reloadSelf();