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 = ""; } }