diff --git a/src/api/patient.js b/src/api/patient.js index fd37c671e8b107be160b2829730da94606657bb7..2925534cc73f806cf5a0ed93b41581cfebc1cef9 100644 --- a/src/api/patient.js +++ b/src/api/patient.js @@ -200,3 +200,12 @@ export function getApScoreDetailList(params = {}) { params, }) } + +// 获取随访计划右侧列表 +export function getFollowList(params = {}) { + return request({ + url: "/disease-data/data/patient/log/list", + method: "get", + params, + }) +} diff --git a/src/views/followupentry/index.vue b/src/views/followupentry/index.vue index a137a0c55cf1c0defaaa4f2539f198b9eb501c41..f5cf87e9fd5caa2bf1ce3a4e0237143ae187c397 100644 --- a/src/views/followupentry/index.vue +++ b/src/views/followupentry/index.vue @@ -1,14 +1,17 @@