黄千龙
2023-03-08 962519811b7c4be07f30d09e791798b0ea79d3ae
force-app/main/default/aura/eSignAgencyPage/eSignAgencyPage.cmp
@@ -1,4 +1,8 @@
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,forceCommunity:availableForAllPageTypes,lightning:isUrlAddressable" access="global" controller="eSignAgencyPageController">
    <!-- 获取AWS信息  deloitte zhj 2022-01-03 start -->
    <aura:attribute name="staticResource" type="Object" />
    <!-- 获取AWS信息  deloitte zhj 2022-01-03 end -->
    <aura:attribute name="DNName" type="String" description="用来从父对象接收传递过来的DN号" default="" />
    <aura:attribute name="allWidth" type="String" description="用来从父对象接收传递过来的屏幕宽度" default="" />
    <aura:attribute name="floatWidth" type="String" description="用来从父对象接收传递过来的屏幕宽度" default="" />
@@ -106,6 +110,8 @@
    <aura:attribute name="pdfSrc" type="Map" default="{}" description="关联pdf文件名和空白src" />
    <!-- 增加删除功能  精琢技术 thh 2021-09-26 end -->
    <div>
        <lightning:spinner aura:id="mySpinner" size="large" description="加载中组件,如果不隐藏整个页面就在加载中" />
    </div>