高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/objects/Tender_information__c/webLinks/Contrary_Logical_del.webLink-meta.xml
@@ -11,7 +11,6 @@
    <url>{!RequireScript(&quot;/soap/ajax/51.0/connection.js&quot;)}
{!RequireScript(&quot;/soap/ajax/51.0/apex.js&quot;)}
{!RequireScript(&quot;/resource/CommonUtilJs&quot;)}
//2021-10-22 gwy 版本更改为51.0
var ContraryL = function(){
            var DTenId = &quot;{!Tender_information__c.Id}&quot;;//删除的招投标
            var rtn = sforce.apex.execute(&quot;TenderWebService&quot;, &quot;ContraryLogicalDel&quot;, {DTenId : DTenId } );