From d07c744a91b541a097f9cd48a18363df83b0d49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Fri, 16 May 2025 14:41:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[SBBJ-1008]=20=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B2=A1=E5=8F=8D=E5=BA=94=20ref=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1.value.xx=E8=8E=B7=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/overhaulOrder/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/overhaulOrder/detail.vue b/src/pages/overhaulOrder/detail.vue index b82d9bb..936af19 100644 --- a/src/pages/overhaulOrder/detail.vue +++ b/src/pages/overhaulOrder/detail.vue @@ -303,7 +303,7 @@ } // 删除维修内容 function delService(item) { - if (data.status == 'PECEIVED') { + if (data.value.status == 'PECEIVED') { proxy.$modal.confirm('确定删除维修内容吗?').then(() => { proxy.$modal.loading('加载中') overhaulOrderApi.overhaulOrderDetailDelete(item.id, type.value).then((res) => {