From 2f1466af31796c1a963f26e86038ddc84471ed2e Mon Sep 17 00:00:00 2001 From: 李彤 <litong@prec-tech.com> Date: 星期六, 02 四月 2022 17:42:24 +0800 Subject: [PATCH] 目标录入相关判断修改 --- force-app/main/default/pages/ViewRepairEncrypt.page | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/pages/ViewRepairEncrypt.page b/force-app/main/default/pages/ViewRepairEncrypt.page index 8d192bd..d5d7b67 100644 --- a/force-app/main/default/pages/ViewRepairEncrypt.page +++ b/force-app/main/default/pages/ViewRepairEncrypt.page @@ -2,7 +2,7 @@ @description : @author : ChangeMeIn@UserSettingsUnder.SFDoc @group : - @last modified on : 03-23-2022 + @last modified on : 03-30-2022 @last modified by : ChangeMeIn@UserSettingsUnder.SFDoc --> <apex:page standardController="Repair__c" extensions="NewRepairController" id="page"> @@ -23,7 +23,8 @@ var staticResourceContact = JSON.parse('{!staticResourceContact}'); var staticResourceAddress = JSON.parse('{!staticResourceAddress}'); function QueryConsumApplyFromAWS() { - AWSService.query(staticResources.queryUrl, '{!AWSDataId}', queryBack, staticResources.token); + debugger; + AWSService.query(staticResources.queryUrl, '{!AWSDataId}', queryBack, staticResources.token); } var queryBack = function queryBack(data) { console.log(data); -- Gitblit v1.9.1