Explorar el Código

表格来源显示修改

hbchen hace 4 meses
padre
commit
be58583aa4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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] ={
         list:_.cloneDeep(TableInfo.TableDataList),
         otherParams:{
-          SourcesFrom:SourcesFrom?SourcesFrom:this.setDefaultSource(ExcelSource)
+          SourcesFrom:SourcesFrom?SourcesFrom:
+                      ExcelSource?this.setDefaultSource(ExcelSource):''
         }
       }
       return 1