From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001 From: 沙世明 <shashiming@prec-tech.com> Date: 星期二, 22 十一月 2022 16:51:16 +0800 Subject: [PATCH] 111 --- force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportHelper.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportHelper.js b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportHelper.js index 72f0650..d126223 100644 --- a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportHelper.js +++ b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportHelper.js @@ -1885,7 +1885,8 @@ $A.enqueueAction(action); }, // fy 璋冪敤pi鏀归�犵殑 鑾峰彇.瀹㈡埛浜哄憳鐨勬柟娉� - search_core : function(token,searchUrl,payload,callback,component) { + search_core: function (token, searchUrl, payload, callback, component) { + console.log('searchUrl = ' + searchUrl); fetch(searchUrl, { method: 'POST', body: payload, @@ -1899,6 +1900,7 @@ component.set('v.login',false); if(callback)callback(result); }).catch(error => { + console.log('AWS search error = ' + JSON.stringify(error)); component.set('v.errorMessage', 'AWS search error.'); this.showErrorToast01(component); component.set('v.login',false); -- Gitblit v1.9.1