From 99b667bdfd8d4fd4d56c2952510169d7f7be794c Mon Sep 17 00:00:00 2001 From: 沙世明 <shashiming@prec-tech.com> Date: 星期四, 09 三月 2023 17:12:43 +0800 Subject: [PATCH] 产品报价金额自动计算 --- 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