Browse Source

巡检点检审批意见清空

master
songguoqiang 7 months ago
parent
commit
69267ef218
  1. 1
      src/views/eam/device/deviceSpotInspectionRecordMain/index.vue
  2. 1
      src/views/eam/mold/moldSpotInspectionRecordMain/index.vue

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

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

Loading…
Cancel
Save