buli
2023-04-20 f0bccccbb88d93ac05010c17d4b2e0cb22a2ce9a
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>