diff --git a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue index 8d02ead1..cef0b090 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -562,7 +562,7 @@ prescriptionList[scope.$index].minUnitQuantity = prescriptionList[scope.$index].quantity || 1; prescriptionList[scope.$index].minUnitCode = prescriptionList[scope.$index].unitCode; prescriptionList[scope.$index].minUnitCode_dictText = prescriptionList[scope.$index].unitCode_dictText; - adviceQueryParams.adviceTypes = value; // 🎯 修复:改为 adviceTypes(复数) + adviceQueryParams.adviceTypes = [value]; // 🎯 修复:改为 adviceTypes(复数) // 根据选择的类型设置categoryCode,用于药品分类筛选 if (value == 1) { // 西药