From a7b52ef85cddc224c30ef4579e3edbeae2064da0 Mon Sep 17 00:00:00 2001 From: "Lyj@210615" <18050528999@163.com> Date: Thu, 5 Jan 2023 17:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E8=B0=83=E6=9F=A5=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=9F=A5=E8=AF=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/followup.js | 9 +- src/components/CustomsTable/index.vue | 56 +++---- src/components/FormComponents/index.vue | 45 ++---- src/views/followupquery/index.vue | 8 +- src/views/followupresearch/index.vue | 144 ++++++++++++++---- .../screening/components/ConfigForms.vue | 1 + 6 files changed, 176 insertions(+), 87 deletions(-) diff --git a/src/api/followup.js b/src/api/followup.js index ac5d5ed..b26fd90 100644 --- a/src/api/followup.js +++ b/src/api/followup.js @@ -4,7 +4,14 @@ import request from "@/utils/request"; * 随访 * * */ - +//随访调查 列表 +export function getFollowSurvey(params = {}) { + return request({ + url: "/disease-data/follow/survey", + method: "get", + params, + }); +} //审核质控 随访 export function getFollowCheck(params = {}) { return request({ diff --git a/src/components/CustomsTable/index.vue b/src/components/CustomsTable/index.vue index 0cbc630..2d595fc 100644 --- a/src/components/CustomsTable/index.vue +++ b/src/components/CustomsTable/index.vue @@ -11,8 +11,7 @@ :header-row-class-name="headerClass" style="width: 100%" > - - +