From 32252eb85060799ba9f5ae6f962c6a1f9fa31f4c Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 16 Jul 2024 14:05:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=AF=E4=BF=9D=E6=A8=A1=E5=9D=97-?= =?UTF-8?q?=E6=8E=92=E6=94=BE=E5=8F=A3-=E8=AF=A6=E6=83=85=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enp/pfk_detail.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/enp/pfk_detail.vue b/src/views/enp/pfk_detail.vue index 5ee4adef..d948e44d 100644 --- a/src/views/enp/pfk_detail.vue +++ b/src/views/enp/pfk_detail.vue @@ -335,7 +335,7 @@ export default { end_time: "2024-02-01", start_time: "2024-01-29", time_bucket: "1 minute", - equipment_id: "3491356310052896768", + equipment_id: "", }, // 3508113475543248896 basicOption: { @@ -412,6 +412,7 @@ export default { if (res.type == 10) { that.eqs = res; } else if (res.type == 40) { + that.biquery.equipment_id = id; that.eqc = res; console.log("that.eqc", res); } else if (res.type == 30) { @@ -420,6 +421,7 @@ export default { }) ); }); + const promise = Promise.all(reqs); promise.then(() => { this.getDetailData();