From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001 From: 沙世明 <shashiming@prec-tech.com> Date: 星期二, 22 十一月 2022 16:51:16 +0800 Subject: [PATCH] 111 --- force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js b/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js index 49f4c47..0b70b2b 100644 --- a/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js +++ b/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js @@ -239,6 +239,8 @@ }, cancelClick : function(component, event, helper){ $A.get("e.force:closeQuickAction").fire(); + //document.getElementById('NewAgencyContact').remove(); + //component.set('v.showNewAgencyContact', false); }, scriptsLoaded : function(component, event, helper){} -- Gitblit v1.9.1