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