From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 14:56:14 +0800
Subject: [PATCH] lex community
---
force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
index 733c1c0..baa5976 100644
--- a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
+++ b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
@@ -274,7 +274,7 @@
CreateRecord: function (component, event, helper) {
var files = event.getSource().get("v.files");
helper.readFile(component, helper, files[0]);
- component.set("v.showErrorInfo",false);
+ component.set("v.showErrorInfo", false);
},
processFileContent: function (component, event, helper) {
@@ -342,7 +342,11 @@
return_main_page: function (component, event, helper) {
window.open('/customer/', '_self');
},
- exportErrorInfo: function(component,event,helper){
+ exportErrorInfo: function (component, event, helper) {
helper.exportErrorInfoHelper(component);
},
+ closeErrorDiv: function (component, event, helper) {
+ var errorDiv01 = component.find('errorDiv01');
+ $A.util.addClass(errorDiv01, 'slds-hide');
+ }
})
\ No newline at end of file
--
Gitblit v1.9.1