diff --git a/healthlink-his-ui/src/views/doctorstation/components/tcm/tcmAdvice.vue b/healthlink-his-ui/src/views/doctorstation/components/tcm/tcmAdvice.vue index c248906c9..f4e1ab69f 100755 --- a/healthlink-his-ui/src/views/doctorstation/components/tcm/tcmAdvice.vue +++ b/healthlink-his-ui/src/views/doctorstation/components/tcm/tcmAdvice.vue @@ -636,13 +636,14 @@ const inputRefs = ref({}); // 存储输入框实例 const requiredProps = ref([]); // 存储必填项 prop 顺序 const totalAmount = ref(0); const tcmDianosis = ref(); -const { method_code, unit_code, rate_code, distribution_category_code, dosage_instruction } = +const { method_code, unit_code, rate_code, distribution_category_code, dosage_instruction, method_of_decocting_medicine } = proxy.useDict( 'method_code', 'unit_code', 'rate_code', 'distribution_category_code', - 'dosage_instruction' + 'dosage_instruction', + 'method_of_decocting_medicine' ); onMounted(() => {