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 ; }