111
沙世明
2022-11-22 928399eceec50e3d37ea08669a12789a9410a9d2
force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportHelper.js
@@ -1886,6 +1886,7 @@
    },
    // fy 调用pi改造的 获取.客户人员的方法
    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);