From ba092529e6cbad63875edafec7fda73a620709f0 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Thu, 11 Dec 2025 20:50:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=81=BF=E5=85=8Dundefine=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JudgmentHome/situationHome/components/editAddForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/backOfficeSystem/JudgmentHome/situationHome/components/editAddForm.vue b/src/views/backOfficeSystem/JudgmentHome/situationHome/components/editAddForm.vue index 87c4445..e105dab 100644 --- a/src/views/backOfficeSystem/JudgmentHome/situationHome/components/editAddForm.vue +++ b/src/views/backOfficeSystem/JudgmentHome/situationHome/components/editAddForm.vue @@ -125,8 +125,8 @@ const getText = (val) => { } watch(() => listQuery.value, (val) => { let html = dataBt.value; - html += `

${val.ypbt}

` - html += `

${val.fj}

` + html += `

${val.ypbt||''}

` + html += `

${val.fj||''}

` textContent.value = html }, {