diff --git a/chenhai-ui/src/api/vet/plan.js b/chenhai-ui/src/api/vet/plan.js index 9584b18..becff8a 100644 --- a/chenhai-ui/src/api/vet/plan.js +++ b/chenhai-ui/src/api/vet/plan.js @@ -42,3 +42,12 @@ export function delPlan(id) { method: 'delete' }) } + +// 查看对应的列表 +export function listPlanByConsultationId(query) { + return request({ + url: '/vet/plan/listByConsultationId', + method: 'get', + params: query + }) +} diff --git a/chenhai-ui/src/views/vet/plan/index.vue b/chenhai-ui/src/views/vet/plan/index.vue index d2e2b69..f69cbed 100644 --- a/chenhai-ui/src/views/vet/plan/index.vue +++ b/chenhai-ui/src/views/vet/plan/index.vue @@ -1,14 +1,6 @@ + + + +