From 4f200849487fc6f914e237d5af3ecefd6d802457 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 10 七月 2023 09:52:59 +0800
Subject: [PATCH] backup1007

---
 force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
index f5e6a6b..d19374d 100644
--- a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
+++ b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
@@ -299,12 +299,10 @@
   CreateRecord: function (component, event, helper) {
     var files = event.getSource().get("v.files");
     helper.readFile(component, helper, files[0]);
-    component.set("v.showErrorInfo", false);
   },
 
   processFileContent: function (component, event, helper) {
     helper.saveRecords(component, event, helper);
-    component.set("v.showErrorInfo", false);
   },
 
   cancel: function (component, event, helper) {
@@ -368,12 +366,5 @@
   },
   return_main_page: function (component, event, helper) {
     window.open("/customer/", "_self");
-  },
-  exportErrorInfo: function (component, event, helper) {
-    helper.exportErrorInfoHelper(component);
-  },
-  closeErrorDiv: function (component, event, helper) {
-    var errorDiv01 = component.find("errorDiv01");
-    $A.util.addClass(errorDiv01, "slds-hide");
   }
 });

--
Gitblit v1.9.1