fix: 修复#462诊疗目录标本下拉框无数据
根因: diagnosisTreatmentDialog.vue中useDict未引入specimen_code字典, 导致标本下拉框无数据。 修复: 在useDict调用中添加'specimen_code'字典。
This commit is contained in:
@@ -378,6 +378,7 @@ import {getCurrentInstance, nextTick, watch} from 'vue';
|
|||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
const { unit_code, med_chrgitm_type, fin_type_code, activity_category_code, chrgitm_lv } =
|
const { unit_code, med_chrgitm_type, fin_type_code, activity_category_code, chrgitm_lv } =
|
||||||
proxy.useDict(
|
proxy.useDict(
|
||||||
|
'specimen_code',
|
||||||
'unit_code',
|
'unit_code',
|
||||||
'med_chrgitm_type',
|
'med_chrgitm_type',
|
||||||
'fin_type_code',
|
'fin_type_code',
|
||||||
|
|||||||
Reference in New Issue
Block a user