From 2e81dd5430b7a5b27c081b576889010f06f4bd48 Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期一, 18 九月 2023 10:36:50 +0800 Subject: [PATCH] 数值调整 --- src/views/plotting/plottingInquire.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/plotting/plottingInquire.vue b/src/views/plotting/plottingInquire.vue index 8a6598f..ce948db 100644 --- a/src/views/plotting/plottingInquire.vue +++ b/src/views/plotting/plottingInquire.vue @@ -392,7 +392,7 @@ if (dt.code !== 200) { return ElMessage.error("鏌ヨ閿欒"); } - console.log(dt); + dt.result.forEach((e) => { if (e.code != 200) { e.avg = "-"; -- Gitblit v1.9.3