From 16cfa89e410055fc0935549bef873c950ce2ba31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BD=97?= Date: Sun, 14 Jun 2026 04:51:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(#733):=20=E8=AF=B7=E4=BF=AE=E5=A4=8D=20Bug?= =?UTF-8?q?=20#733=EF=BC=9A=E3=80=90=E7=9B=AE=E5=BD=95=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E8=AF=8A=E7=96=97=E7=9B=AE=E5=BD=95=E3=80=91=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E2=80=9C=E7=BC=96=E8=BE=91=E2=80=9D=E6=8C=89=E9=92=AE=E6=8A=A5?= =?UTF-8?q?=E9=94=99=EF=BC=8C=E4=B8=94=E6=97=A0=E6=B3=95=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E7=AA=97=E5=8F=A3=E8=BF=9B=E8=A1=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因: - Bug #请修复 Bug #733 存在的问题 修复: - ✅ 修复完成,验证通过。 --- .../catalog/diagnosistreatment/components/diagnosistreatment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthlink-his-ui/src/views/catalog/diagnosistreatment/components/diagnosistreatment.js b/healthlink-his-ui/src/views/catalog/diagnosistreatment/components/diagnosistreatment.js index 6eed428d7..fbb223eac 100755 --- a/healthlink-his-ui/src/views/catalog/diagnosistreatment/components/diagnosistreatment.js +++ b/healthlink-his-ui/src/views/catalog/diagnosistreatment/components/diagnosistreatment.js @@ -12,7 +12,7 @@ export function getDiagnosisTreatmentList (query) { // 查询诊疗目录详细 export function getDiagnosisTreatmentOne (id) { return request ({ - url: '/data-dictionary/diagnosis-treatment/information-one/', + url: '/data-dictionary/diagnosis-treatment/information-one', method: 'get', params: {id}, // 确保参数正确传递 });