From 238bf9f19c74865931212cd3b99a9da66218c1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 5 Nov 2024 13:52:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cs/index3.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/cs/index3.vue b/src/views/cs/index3.vue index 3ccbb73..7c9b4d6 100644 --- a/src/views/cs/index3.vue +++ b/src/views/cs/index3.vue @@ -146,7 +146,7 @@ export default { }) agvdata().then(e => { console.log(e) - this.agvData = e.Data.filter(v=>v.State===1) + this.agvData = e.Data.filter(v=>v.State===2) }) PlanAchievementRate().then(e => { this.proData = e.data