@chase-shao/vue-component-lib 1.2.65 → 1.2.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -308,7 +308,9 @@ async function Ht(e) {
308
308
  return await (await j()).delete(`Grading/DeleteAssociator/${e}`);
309
309
  }
310
310
  async function Kt(e, t = null) {
311
- const o = await (await j()).post(e, t);
311
+ const o = await (await j()).post(e, t, {
312
+ responseType: "blob"
313
+ });
312
314
  _t(o?.data, "WorkflowData.xlsx");
313
315
  }
314
316
  const ge = (e, t) => {