axios.post(`order-results/${id}/export-pdf`, { data, responseType: 'arraybuffer' }).then((response) => { console.log(response) let blob = new ...
確定! 回上一頁