Browse Source

fix-批量删除组件没引入新增的10-12版式渲染报错

cxmo 1 year ago
parent
commit
df32f84a70

+ 5 - 3
src/views/ppt_manage/newVersion/components/editor/DeletePageDialog.vue

@@ -15,8 +15,7 @@
         >
       </div>
       <div class="dialog-container" 
-        v-loading="dataLoading"
-        :element-loading-text="loadingText"
+        
         >
         <div class="preview-box">
           <div class="checkbox-wrap">
@@ -102,6 +101,9 @@ import FormatSix from '@/views/ppt_manage/newVersion/components/formatPage/Forma
 import FormatSeven from '@/views/ppt_manage/newVersion/components/formatPage/FormatSeven.vue';
 import FormatEight from '@/views/ppt_manage/newVersion/components/formatPage/FormatEight.vue';
 import FormatNine from '@/views/ppt_manage/newVersion/components/formatPage/FormatNine.vue';
+import FormatTen from '@/views/ppt_manage/newVersion/components/formatPage/FormatTen.vue';
+import FormatEle from '@/views/ppt_manage/newVersion/components/formatPage/FormatEle.vue';
+import FormatTwelve from '@/views/ppt_manage/newVersion/components/formatPage/FormatTwelve.vue';
 import {countComponentName} from '@/views/ppt_manage/newVersion/utils/untils';
 export default {
   props:{
@@ -117,7 +119,7 @@ export default {
     }
   },
   components:{ FormatOne,FormatTwo,FormatThree,
-    FormatFour,FormatFive,FormatSix,FormatSeven,FormatEight,FormatNine},  
+    FormatFour,FormatFive,FormatSix,FormatSeven,FormatEight,FormatNine,FormatTen,FormatEle,FormatTwelve},  
   data() {
     return {
       startPageNum:null,//开始的页数