From e04daf9fafef1cef5ab2d67c6715c23ce5ef1166 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 21 Mar 2026 10:52:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E6=B5=8B=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 639c2c913d6a8681862e20c1a24050943bce8ad6) --- src/api/health/chronicDisease.js | 6 +- src/views/health/medicationPlan/index.vue | 195 +++++++++++++++------- 2 files changed, 135 insertions(+), 66 deletions(-) diff --git a/src/api/health/chronicDisease.js b/src/api/health/chronicDisease.js index fa73f16..a0cc44c 100644 --- a/src/api/health/chronicDisease.js +++ b/src/api/health/chronicDisease.js @@ -10,9 +10,9 @@ export function listChronicDisease(query) { } // 根据成员ID查询慢性疾病档案列表 -export function listChronicDiseaseByMember(memberId) { +export function listChronicDiseaseByMember(personId) { return request({ - url: '/health/chronicDisease/listByMember/' + memberId, + url: '/health/chronicDisease/listByPerson/' + personId, method: 'get' }) } @@ -49,4 +49,4 @@ export function delChronicDisease(id) { url: '/health/chronicDisease/' + id, method: 'delete' }) -} \ No newline at end of file +} diff --git a/src/views/health/medicationPlan/index.vue b/src/views/health/medicationPlan/index.vue index 22353c4..5b3319c 100644 --- a/src/views/health/medicationPlan/index.vue +++ b/src/views/health/medicationPlan/index.vue @@ -45,14 +45,10 @@ - + - + \ No newline at end of file +