From 03523642de0c4f319d90d0aec8a756f9e80e6a7e Mon Sep 17 00:00:00 2001 From: Li Jun <buli@deloitte.com.cn> Date: 星期四, 17 三月 2022 21:27:47 +0800 Subject: [PATCH] PIPLFunctionDeployV2 --- force-app/main/default/pages/ViewRepairEncrypt.page | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/pages/ViewRepairEncrypt.page b/force-app/main/default/pages/ViewRepairEncrypt.page index 133195a..44abc94 100644 --- a/force-app/main/default/pages/ViewRepairEncrypt.page +++ b/force-app/main/default/pages/ViewRepairEncrypt.page @@ -1,5 +1,13 @@ +<!-- + @description : + @author : ChangeMeIn@UserSettingsUnder.SFDoc + @group : + @last modified on : 03-17-2022 + @last modified by : ChangeMeIn@UserSettingsUnder.SFDoc +--> <apex:page standardController="Repair__c" extensions="NewRepairController" id="page"> <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }" /> + <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> <apex:form id="form"> <apex:pageblock id="pageBlock"> <apex:pageBlockSection showHeader="false" title="" collapsible="true" columns="2" id="pageBlockSection"> @@ -9,7 +17,6 @@ </apex:repeat> </apex:pageBlockSection> <script> - debugger; var staticResources = JSON.parse('{!staticResource}'); var staticResourceContact = JSON.parse('{!staticResourceContact}'); var staticResourceAddress = JSON.parse('{!staticResourceAddress}'); @@ -38,7 +45,6 @@ } sfdcPage.appendToOnloadQueue(function () { console.log('sfdcPage.appendToOnloadQueue'); - debugger; QueryConsumApplyFromAWS(); }); </script> -- Gitblit v1.9.1