From 962519811b7c4be07f30d09e791798b0ea79d3ae Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期三, 08 三月 2023 09:54:02 +0800 Subject: [PATCH] 同步代码 --- force-app/main/default/aura/DealerPersonnelInformationImport/DealerPersonnelInformationImport.cmp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/aura/DealerPersonnelInformationImport/DealerPersonnelInformationImport.cmp b/force-app/main/default/aura/DealerPersonnelInformationImport/DealerPersonnelInformationImport.cmp index 691cb2f..fd092dc 100644 --- a/force-app/main/default/aura/DealerPersonnelInformationImport/DealerPersonnelInformationImport.cmp +++ b/force-app/main/default/aura/DealerPersonnelInformationImport/DealerPersonnelInformationImport.cmp @@ -2,7 +2,7 @@ * @Author: Thhto 997058689@qq.com * @Date: 2022-07-08 10:47:25 * @LastEditors: Thhto 997058689@qq.com - * @LastEditTime: 2023-01-30 16:21:38 + * @LastEditTime: 2023-02-03 15:25:46 * @FilePath: \ceshihuanj\force-app\main\default\aura\DealerPersonnelInformationImport\DealerPersonnelInformationImport.cmp * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -87,7 +87,7 @@ <aura:set attribute="else"> <ui:outputRichText class="uiOutputRichText slds-m--around-large" value="{!v.TableContent}" /> <div class="slds-p-around--large slds-align--absolute-center"> - <lightning:button label="淇濆瓨" variant="brand" onclick="{!c.processFileContent}" /> + <lightning:button aura:id="save_con" label="淇濆瓨" variant="brand" onclick="{!c.processFileContent}" disabled="false" /> <lightning:button label="鍙栨秷" variant="brand" onclick="{!c.cancel}" /> </div> -- Gitblit v1.9.1