From dae356e907f6f166184c9bf77105f060a7c79b3d Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 18 Mar 2025 17:16:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=BA=E8=81=AA=E8=AE=B0=E5=81=A5?= =?UTF-8?q?=E5=BA=B7=E7=AE=A1=E7=90=86=EF=BC=8C=E5=B0=B1=E5=8C=BB=E8=B4=B9?= =?UTF-8?q?=E7=94=A8=E6=98=8E=E7=BB=86=EF=BC=8Cbug=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/health/doctorRecord/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/health/doctorRecord/index.vue b/src/views/health/doctorRecord/index.vue index 112bc73..4b8b42f 100644 --- a/src/views/health/doctorRecord/index.vue +++ b/src/views/health/doctorRecord/index.vue @@ -478,11 +478,11 @@ const handleTypeChange = (type) => { formDetail.value.costName = '餐饮' formDetail.value.unit = '6' formDetail.value.count = 1 - } else if (type == '7') { + } else { showCheckType.value = false showNursingType.value = false showMedicine.value = false - formDetail.value.costName = '' + formDetail.value.costName = '其他' formDetail.value.count = 1 formDetail.value.unit = null }