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 @@ > + + +