@zkwq/business 0.0.31 → 0.0.32
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.js +7 -5
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25065,7 +25065,7 @@ const AC = (e, t, s, i = "后台管理") => (e.event_key || (i == "前台" ? e.e
|
|
|
25065
25065
|
SaveLog: AC
|
|
25066
25066
|
}, Symbol.toStringTag, { value: "Module" })), OC = (e, t, s, i, n) => {
|
|
25067
25067
|
gl(_l(e, t, s, i, n)).then((a) => {
|
|
25068
|
-
let r = `${
|
|
25068
|
+
let r = `${t}.xlsx`, o = new Blob([a], { type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8" }), l = document.createElement("a");
|
|
25069
25069
|
l.href = window.URL.createObjectURL(o), l.setAttribute("download", r), l.target = "downloadIframe", l.click(), window.navigator.msSaveBlob && window.navigator.msSaveBlob(o, r);
|
|
25070
25070
|
});
|
|
25071
25071
|
}, _l = (e, t, s, i, n) => {
|
|
@@ -25271,10 +25271,12 @@ const AC = (e, t, s, i = "后台管理") => (e.event_key || (i == "前台" ? e.e
|
|
|
25271
25271
|
}
|
|
25272
25272
|
a.data.push(l);
|
|
25273
25273
|
}), a;
|
|
25274
|
-
}, FC = (e, t, s, i) =>
|
|
25275
|
-
|
|
25276
|
-
|
|
25277
|
-
|
|
25274
|
+
}, FC = (e, t, s, i) => {
|
|
25275
|
+
bl(vl(e, t, s, i)).then((n) => {
|
|
25276
|
+
let a = `${t}.ris`, r = new Blob([n], { type: "application/octet-stream;charset=utf-8" }), o = document.createElement("a");
|
|
25277
|
+
o.href = window.URL.createObjectURL(r), o.setAttribute("download", a), o.target = "downloadIframe", o.click(), window.navigator.msSaveBlob && window.navigator.msSaveBlob(r, a);
|
|
25278
|
+
});
|
|
25279
|
+
}, vl = (e, t, s, i) => {
|
|
25278
25280
|
let n = {
|
|
25279
25281
|
appid: e,
|
|
25280
25282
|
fileName: t,
|