fast-crud-ui3 0.0.8 → 0.0.9
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/lib/fast-crud-ui3.es.js
CHANGED
|
@@ -23540,7 +23540,7 @@ const ba = class ba {
|
|
|
23540
23540
|
}, {
|
|
23541
23541
|
responseType: "blob"
|
|
23542
23542
|
}).then((m) => {
|
|
23543
|
-
const v = window.URL.createObjectURL(new Blob([m
|
|
23543
|
+
const v = window.URL.createObjectURL(new Blob([m])), g = document.createElement("a");
|
|
23544
23544
|
g.href = v, g.setAttribute("download", `${c || d}_${(/* @__PURE__ */ new Date()).getTime()}.xlsx`), document.body.appendChild(g), g.click(), g.remove(), p.call(a);
|
|
23545
23545
|
}).catch((m) => {
|
|
23546
23546
|
On.error("导出失败:" + m.message);
|