فهرست منبع

Merge branch 'fix_bug_5814_custom' into custom

jwyu 5 روز پیش
والد
کامیت
c428340782
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/ppt_manage/newVersion/pptPublish.vue

+ 1 - 1
src/views/ppt_manage/newVersion/pptPublish.vue

@@ -410,7 +410,7 @@ export default {
               h:offsetY===0?height:(realSize.height/imgData2Obj.imgHeight*percentHeight)+'%',
               size:{type:"contain"}
             })
-          }else if(sheetData){
+          }else if(sheetData.list){
             slide.addTable(sheetData.list,{
               x:x,y:y,w:width,h:height,border:{type:'solid',pt:1}
             })