diff --git a/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue b/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue index 4fb56576..987f72d6 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue @@ -832,11 +832,6 @@ function handleSave() { const firstCheckType = selectedItems.value[0]?.checkType || 'unknown'; form.examTypeCode = firstCheckType; - // 如果有选中的检查方法,更新表单中的检查方法字段(取第一个选中项目的检查方法) - const firstItemWithMethod = selectedItems.value.find(item => item.selectedMethod); - if (firstItemWithMethod?.selectedMethod) { - form.inspectionMethod = firstItemWithMethod.selectedMethod.name; - } const payload = { ...form,