From 88d423ce3a1f624bc3b84b4c71ec06d8024da15b Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期六, 07 九月 2024 16:09:25 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/Homeimage.js | 34 ++++++++++++++++++++++------------ 1 files changed, 22 insertions(+), 12 deletions(-) diff --git a/src/api/AiCentre/Homeimage.js b/src/api/AiCentre/Homeimage.js index 20ab458..53286d8 100644 --- a/src/api/AiCentre/Homeimage.js +++ b/src/api/AiCentre/Homeimage.js @@ -1,25 +1,35 @@ import request from "@/utils/request"; -// 鍩虹鏁版嵁 -export function getTopstatistics(data) { +// 闂ㄨ瘖鍩虹鏁版嵁 +export function getoutpatientamount(data) { return request({ - url: "/smartor/extemplate/list", + url: "/smartor/patouthosp/selectPatMedOuthospCount", + method: "post", + data: data, + }); +} +// 鍦ㄩ櫌/鍑洪櫌鍩虹鏁版嵁 +export function getInhospital(data) { + return request({ + url: "/smartor/patinhosp/selectPatMedInhospListCount", + method: "post", + data: data, + }); +} +// 涓儴鏁版嵁鎹� +export function getBarchart(data) { + return request({ + url: "/smartor/serviceSubtask/getSfFzInfoEveryMonth", method: "post", data: data, }); } // 鎷垮彇涓儴鏁版嵁澶у浘 -export function getCentraldata(Id) { - return request({ - url: "/smartor/extemplate/remove/" + Id, - method: "get", - }); -} -// 鎷垮彇涓儴鏁版嵁澶у浘 export function getMissiondata(Id) { return request({ - url: "/smartor/extemplate/remove/" + Id, - method: "get", + url: "/smartor/serviceSubtask/getSfFzInfoEveryMonth", + ethod: "post", + data: data, }); } -- Gitblit v1.9.3