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 }, {