From 9bae0a550b450043f501483f89576fdae964b424 Mon Sep 17 00:00:00 2001 From: 涂煌豪 <997058689@qq.com> Date: 星期五, 18 三月 2022 18:43:34 +0800 Subject: [PATCH] Revert "先款后修-修理增加先款标识" --- force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js b/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js index 8069347..08b932a 100644 --- a/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js +++ b/force-app/main/default/aura/NewAgencyContact/NewAgencyContactController.js @@ -123,6 +123,10 @@ payloadPi[pi_fields_map[item.field].AWS_Field_API__c] = item.value; } + + if (item.behavior == "Required" && !item.value ) { + return; + } } } } -- Gitblit v1.9.1