Browse Source

表格来源显示修改

hbchen 4 months ago
parent
commit
be58583aa4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/ppt_manage/mixins/pptMixins.js

+ 2 - 1
src/views/ppt_manage/mixins/pptMixins.js

@@ -592,7 +592,8 @@ export default {
       this.sheetDataMap[id] ={
       this.sheetDataMap[id] ={
         list:_.cloneDeep(TableInfo.TableDataList),
         list:_.cloneDeep(TableInfo.TableDataList),
         otherParams:{
         otherParams:{
-          SourcesFrom:SourcesFrom?SourcesFrom:this.setDefaultSource(ExcelSource)
+          SourcesFrom:SourcesFrom?SourcesFrom:
+                      ExcelSource?this.setDefaultSource(ExcelSource):''
         }
         }
       }
       }
       return 1
       return 1