日报导出BUG修复
This commit is contained in:
parent
cc4b646243
commit
1e60c7e3e3
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue