Update serverstatus.js

pull/92/head
CHN-STUDENT 2020-12-01 16:31:29 +08:00
parent fa20e2ae35
commit 8748824d6b
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ function json2Excel() {
//4、changeData() 将数据处理成需要输出的格式 //4、changeData() 将数据处理成需要输出的格式
saveAs(new Blob([changeData(XLSX.write(workBook, wopts))], { type: 'application/octet-stream' })) saveAs(new Blob([changeData(XLSX.write(workBook, wopts))], { type: 'application/octet-stream' }))
Array.prototype.forEach.call(elements1, function (element) { Array.prototype.forEach.call(elements1, function (element) {
element.style = 'block'; element.style = '';
}); });
Array.prototype.forEach.call(elements2, function (element) { Array.prototype.forEach.call(elements2, function (element) {
element.style = ''; element.style = '';