buli
2023-04-20 44f866419cde0ff12a91d9c1d92daf9e36b063e1
force-app/main/default/objects/eSignForm__c/webLinks/selectAttachment.webLink-meta.xml
@@ -9,9 +9,9 @@
    <protected>false</protected>
    <url>{!RequireScript(&quot;/soap/ajax/51.0/connection.js&quot;)} 
{!RequireScript(&quot;/soap/ajax/51.0/apex.js&quot;)} 
//2021-10-22 gwy 版本更改为51.0
var From= function(){ 
   location.href=&quot;/apex/eSignFormAttachment?parentId={!URLENCODE(eSignForm__c.Id)}&quot;;
window.open( &quot;/apex/eSignFormAttachment?parentId={!URLENCODE(eSignForm__c.Id)}&quot;);
From();</url>
</WebLink>