From 67765d99c19ad354e66f8646d8597622b5d81ef7 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:25:14 +0800
Subject: [PATCH] Merge branch 'LEX_Deloitte_Dev'
---
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