From 750efffa8b8effe57f1432555e511fea00019457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Wed, 10 Jun 2026 23:54:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(#670):=20=E4=B8=AD=E5=8C=BB=E5=A4=84?= =?UTF-8?q?=E6=96=B9=E7=85=8E=E8=8D=AF=E6=96=B9=E5=BC=8F=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E6=95=B0=E6=8D=AE=E4=B8=BA=E7=A9=BA=20=E2=80=94=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20method=5Fof=5Fdecocting=5Fmedicine=20?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/doctorstation/components/tcm/tcmAdvice.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(() => {