diff --git a/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/FeeDialog.vue b/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/FeeDialog.vue index af2901d68..b1a6e8d15 100755 --- a/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/FeeDialog.vue +++ b/openhis-ui-vue3/src/views/inpatientNurse/InpatientBilling/components/FeeDialog.vue @@ -619,7 +619,6 @@ watch( (visible) => { if (visible) { executeTime.value = formatDateStr(new Date(), 'YYYY-MM-DD HH:mm:ss'); - consumableDefaultLocId.value = null; // 重置耗材默认库房,避免复用上次患者配置 // 弹窗打开时按当前患者科室重新加载,避免复用上一次患者/登录科室的结果 loadDepartmentOptions(); getAdviceBaseInfos();