From 69267ef218b1ff0ac5a3539f7aa044e8cad84273 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Fri, 19 Apr 2024 09:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E7=82=B9=E6=A3=80=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E6=84=8F=E8=A7=81=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/device/deviceSpotInspectionRecordMain/index.vue | 1 + src/views/eam/mold/moldSpotInspectionRecordMain/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/eam/device/deviceSpotInspectionRecordMain/index.vue b/src/views/eam/device/deviceSpotInspectionRecordMain/index.vue index 5fb82b0..d668d07 100644 --- a/src/views/eam/device/deviceSpotInspectionRecordMain/index.vue +++ b/src/views/eam/device/deviceSpotInspectionRecordMain/index.vue @@ -523,6 +523,7 @@ const onSubmit = async (status: string) => { getList(); } finally { formRef.value.formLoading = false; + updateFormValue.value.approveOpinion = ""; } } diff --git a/src/views/eam/mold/moldSpotInspectionRecordMain/index.vue b/src/views/eam/mold/moldSpotInspectionRecordMain/index.vue index 449b876..75fe315 100644 --- a/src/views/eam/mold/moldSpotInspectionRecordMain/index.vue +++ b/src/views/eam/mold/moldSpotInspectionRecordMain/index.vue @@ -538,6 +538,7 @@ const onSubmit = async (status: string) => { getList(); } finally { formRef.value.formLoading = false; + updateFormValue.value.approveOpinion = ""; } }