From 4a72fceec2b2de3319dcb99226d96e9b7523e856 Mon Sep 17 00:00:00 2001 From: guanyu Date: Sun, 14 Jun 2026 04:52:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(#733):=20guanyu=20(=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=88=E5=85=A5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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}, // 确保参数正确传递 });