From 1564fe204807977a1e01946eebb7594a0e0472db Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Thu, 22 Jan 2026 14:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/directApplyDetail.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/business/directApplyDetail.vue b/src/pages/business/directApplyDetail.vue index a25e891..e500180 100644 --- a/src/pages/business/directApplyDetail.vue +++ b/src/pages/business/directApplyDetail.vue @@ -444,9 +444,9 @@ onLoad((options) => { console.log('222222222222222', formDataOut.value, formDataIn.value, bmFileInfos.value) // getMaType() getEquipmentThreeType() - if (id.value) { - getDetailsList() - } + if (id.value && id.value !== "undefined") { + getDetailsList() + } }) //删除 const delRow = (index) => {