From 8e07b5f23afd4c93d7e8d1f04d2e8dbca2628e5e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 27 六月 2023 13:42:11 +0800
Subject: [PATCH] Community LEX Upgarde

---
 force-app/main/default/aura/eSignHomePage/eSignHomePageController.js |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/aura/eSignHomePage/eSignHomePageController.js b/force-app/main/default/aura/eSignHomePage/eSignHomePageController.js
index 607eb8d..8b5559f 100644
--- a/force-app/main/default/aura/eSignHomePage/eSignHomePageController.js
+++ b/force-app/main/default/aura/eSignHomePage/eSignHomePageController.js
@@ -2,8 +2,8 @@
  * @Description: 
  * @Author: wql
  * @Date: 2021-05-24 09:45:19
- * @LastEditTime: 2021-08-03 15:44:33
- * @LastEditors:  
+ * @LastEditTime: 2022-11-07 17:40:15
+ * @LastEditors: Thhto 997058689@qq.com
  */
 ({
     init: function(cmp, event, helper) {
@@ -81,6 +81,14 @@
     },
     testIn: function(cmp, event, helper) {
         helper.testIn(cmp, event);
-    }
-
+    },
+    // 杩涘彛鍗曡瘉 fy start
+    showAttachmentDisplay: function(cmp, event, helper) {
+        // helper.showAttachmentDisplay(cmp, event);
+        helper.showAttachmentDisplay2(cmp, event);
+    },
+    rebackDNListPage: function(cmp, event, helper) {
+        helper.rebackDNListPage(cmp, event);
+    },
+    // 杩涘彛鍗曡瘉 fy end
 })
\ No newline at end of file

--
Gitblit v1.9.1