From 99b667bdfd8d4fd4d56c2952510169d7f7be794c Mon Sep 17 00:00:00 2001 From: 沙世明 <shashiming@prec-tech.com> Date: 星期四, 09 三月 2023 17:12:43 +0800 Subject: [PATCH] 产品报价金额自动计算 --- 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