fix: 修复#462诊疗目录标本下拉框无数据

根因: diagnosisTreatmentDialog.vue中useDict未引入specimen_code字典,
导致标本下拉框无数据。

修复: 在useDict调用中添加'specimen_code'字典。
This commit is contained in:
guanyu
2026-04-29 17:14:29 +08:00
parent 783ee48ec8
commit decac542c8

View File

@@ -378,6 +378,7 @@ import {getCurrentInstance, nextTick, watch} from 'vue';
const { proxy } = getCurrentInstance();
const { unit_code, med_chrgitm_type, fin_type_code, activity_category_code, chrgitm_lv } =
proxy.useDict(
'specimen_code',
'unit_code',
'med_chrgitm_type',
'fin_type_code',