From f230c720655620fccb5cc5fd8d1991ffbf10c982 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 30 五月 2023 14:13:04 +0800
Subject: [PATCH] bakcupclass

---
 force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js b/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js
index 5c76bf6..fcb2080 100644
--- a/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js
+++ b/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js
@@ -18,7 +18,7 @@
            record_type_id = pageref.state.recordTypeId
         }
         component.set("v.showSpinner", true);
-        helper.CallBackAction(component,'Init',{
+        helper.CallBackAction(component,'init',{
             rid : rid,
             pid : pid,
             //rid : component.get('v.recordId'),

--
Gitblit v1.9.1