From 4b8a1825785afa0fe2fa6f123420f38cc8e70520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E8=BF=90=E6=A8=A1?= <1724894114@qq.com> Date: Thu, 17 Jul 2025 17:35:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/order-info.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/order/order-info.vue b/src/views/order/order-info.vue index 2496ead..7f255b8 100644 --- a/src/views/order/order-info.vue +++ b/src/views/order/order-info.vue @@ -91,7 +91,8 @@ export default { } ] } - if(res.data.business_status>4){ + // res.data.business_status>4 + if(res.data.repair_records && res.data.repair_records.length>0){ this.repair_records = res.data.repair_records; } }