日报导出BUG修复

This commit is contained in:
cwchen 2024-12-24 16:24:51 +08:00
parent cc4b646243
commit 1e60c7e3e3
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ function downloadDaily() {
}) })
) )
); );
xhr.setRequestHeader(
'encryption','encryption'
);
xhr.onload = function () { xhr.onload = function () {
layer.close(loadingMsg); layer.close(loadingMsg);
if (this.status === 200) { if (this.status === 200) {