From 2214fb4508dc1f0d44eb12eb18a95effc2251dec Mon Sep 17 00:00:00 2001 From: xiezhiwen Date: Sat, 4 Jan 2020 16:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=AE=E4=BF=A1=E5=AF=B9?= =?UTF-8?q?=E5=85=AC=E8=B4=A6=E6=88=B7=E6=97=A0=E6=B3=95=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp index af13227f8..256293d84 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/MoreThemeMaintenanceList.jsp @@ -36,8 +36,8 @@ AsDialog.PopView(sUrl,"ID="+sPara,"resizable=yes;dialogWidth=850px;dialogHeight=200px;center:yes;status:no;statusbar:no",function(){reloadSelf();},"修改信息"); } function deleteRecord(){ - var ownNumber = getItemValue(0,getRow(),'dealers_name'); - if(typeof(ownNumber)=="undefined" || ownNumber.length==0 ){ + var id = getItemValue(0,getRow(0),'id'); + if(typeof(id)=="undefined" || id.length==0 ){ alert("请选择一条信息!"); return ; }