| | |
| | | <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) { |
| | |
| | | }); |
| | | }); |
| | | </script> |
| | | </apex:page> |
| | | </apex:page> |