From cee1f5db0e495ac37e92af34620ba873f88a4222 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 6 Mar 2023 14:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=20ESLint=E3=80=91src/views/modules?= =?UTF-8?q?/monitor/DiskMonitoring.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/modules/monitor/DiskMonitoring.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/modules/monitor/DiskMonitoring.vue b/jero-web/src/views/modules/monitor/DiskMonitoring.vue index 07321cee..7af8f38e 100644 --- a/jero-web/src/views/modules/monitor/DiskMonitoring.vue +++ b/jero-web/src/views/modules/monitor/DiskMonitoring.vue @@ -34,7 +34,7 @@ export default { created () { getAction(this.url.queryDiskInfo).then((res) => { if (res.success) { - for (var i = 0; i < res.result.length; i++) { + for (let i = 0; i < res.result.length; i++) { res.result[i].restPPT = res.result[i].restPPT / 10 } this.diskInfo = res.result