From 838dfcb68a662b4774b91a4ecbb8db395368455d Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Tue, 18 Feb 2025 17:37:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=80=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E9=98=9F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/api/followupFile.js | 9 +- .../src/views/followFile/index.vue | 21 +- .../src/views/followFile/subjects.vue | 8 +- acupuncture-前台/src/views/login.vue | 486 +++++++++--------- .../src/views/medicalFile/index.vue | 6 +- .../src/views/patientFile/index.vue | 18 +- 6 files changed, 299 insertions(+), 249 deletions(-) diff --git a/acupuncture-前台/src/api/followupFile.js b/acupuncture-前台/src/api/followupFile.js index ba1c7084..150b4795 100644 --- a/acupuncture-前台/src/api/followupFile.js +++ b/acupuncture-前台/src/api/followupFile.js @@ -1,5 +1,12 @@ import request from "@/utils/request"; - +// 公共队列 +export function commonQueue(data) { + return request({ + url: "/followup/commonQueue", + method: "post", + data: data, + }); +} // 随访队列 export function followupQuery(data) { return request({ diff --git a/acupuncture-前台/src/views/followFile/index.vue b/acupuncture-前台/src/views/followFile/index.vue index cc515a66..99830a18 100644 --- a/acupuncture-前台/src/views/followFile/index.vue +++ b/acupuncture-前台/src/views/followFile/index.vue @@ -119,13 +119,24 @@ > + + +