liwentao
2023-07-21 b0b7576822edbf81c19a880a60426b7a84c4176c
force-app/main/default/pages/DealerPersonnelInformationImport.page
@@ -1,10 +1,10 @@
<apex:page showHeader="false" sidebar="false" id="allPage" title="经销商人员信息导入">
<apex:page showHeader="false" sidebar="false" id="allPage" title="经销商人员信息导入" lightningStylesheets="true">
<apex:includeLightning />
<div style="width:100%;height:100%;" id="TaskManageAppOutContainer" />
<script>
$Lightning.use("c:DealerPersonnelInformationImportApp", function() {
$Lightning.createComponent("c:DealerPersonnelInformationImport",
{
{
},
"TaskManageAppOutContainer",
function(cmp) {
@@ -12,4 +12,4 @@
});
});
</script>
</apex:page>
</apex:page>