|
@@ -519,6 +519,8 @@ export default {
|
|
|
this.$store.commit('SET_CHART_INFO',{chartId:chartElements[i].chartId,chartInfo:temp})
|
|
|
}
|
|
|
}
|
|
|
+ }).catch((e)=>{
|
|
|
+ console.log('catch',e)
|
|
|
})
|
|
|
},
|
|
|
async sheetListHandle(sheetElements){
|
|
@@ -534,6 +536,8 @@ export default {
|
|
|
if(needGetDataArr.length)
|
|
|
await Promise.all(needGetDataArr).then(()=>{
|
|
|
//console.log('promise all then sheet')
|
|
|
+ }).catch((e)=>{
|
|
|
+ console.log('catch',e)
|
|
|
})
|
|
|
},
|
|
|
async getsheetData(id){
|