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 +