From 6b3a4571a8c0e4db1c95aac86664bb2e68022b07 Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Sat, 30 Jun 2018 16:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=A4=8D=E5=88=B6=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=A4=8D=E5=88=B6=E9=80=89=E4=B8=AD=E7=9A=84=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/ProductManage/ProductConfig/ProductCatalogList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();