From cc7487a59bd4b0fa5bed1dd59f6d0565ace81b8b Mon Sep 17 00:00:00 2001 From: 李金换 <lijinhuan@prec-tech.com> Date: 星期五, 21 四月 2023 09:48:22 +0800 Subject: [PATCH] opd计划Cl3 --- force-app/main/default/pages/ViewTenderinformationDecryptInfo.page | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/pages/ViewTenderinformationDecryptInfo.page b/force-app/main/default/pages/ViewTenderinformationDecryptInfo.page index 44f9bea..b6d083f 100644 --- a/force-app/main/default/pages/ViewTenderinformationDecryptInfo.page +++ b/force-app/main/default/pages/ViewTenderinformationDecryptInfo.page @@ -1,7 +1,7 @@ <apex:page standardController="Tender_information__c" extensions="NewAndEditTenderinformationController" id="page"> <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }"/> - <script src="../../soap/ajax/53.0/connection.js" type="text/javascript"></script> + <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> <apex:form id="form"> <apex:pageblock id="pageBlock"> <apex:pageBlockSection showHeader="false" title="" collapsible="true" columns="2" id="pageBlockSection"> -- Gitblit v1.9.1