axios.all(arr).then((res)=>{ res.forEach(item=>{ if(item.status == 200){ this.baseInfo[item.config.params.name] = item.data } ...
確定! 回上一頁