黄千龙
2022-03-29 29ec8b29f26b7d4b92cc75820ca7988d464c0185
force-app/main/default/pages/ViewOnCallDecrypt.page
@@ -17,6 +17,7 @@
                </apex:repeat>
            </apex:pageBlockSection>
            <script>
                AWSService.sfSessionId = '{!GETSESSIONID()}';
                var staticResources = JSON.parse('{!staticResource}');
                function QueryConsumApplyFromAWS() {
                    AWSService.query(staticResources.queryUrl, '{!AWSDataId}', queryBack, staticResources.token);