From 99b062eeca471bdcbfcacd88e308fab9972cd6ec Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期二, 19 八月 2025 14:21:33 +0800 Subject: [PATCH] 展示优化 --- src/api/AiCentre/EChartsdata.js | 61 ++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 0 deletions(-) diff --git a/src/api/AiCentre/EChartsdata.js b/src/api/AiCentre/EChartsdata.js new file mode 100644 index 0000000..2b4d479 --- /dev/null +++ b/src/api/AiCentre/EChartsdata.js @@ -0,0 +1,61 @@ +import request from "@/utils/request"; + + +// 鏌ヨ闂ㄨ瘖鐪嬬梾浜烘鍜屼汉鏁� +export function getEChartsPatMedOuthospCount(data) { + return request({ + url: "/smartor/patouthosp/selectPatMedOuthospCount", + method: "post", + data: data, + }); +} +// 鏌ヨ鍑恒�佸叆闄㈢湅鐥呬汉娆″拰浜烘暟 +export function getechartsListCountdata(data) { + return request({ + url: "/smartor/patinhosp/selectPatMedInhospListCount", + method: "post", + data: data, + }); +} +// 鏌ヨ鎮h�呴棬璇婅褰曞垪琛� +export function getechartsMedOuthospList(data) { + return request({ + url: "/smartor/patouthosp/selectPatMedOuthospList", + method: "post", + data: data, + }); +} +// 棣栭〉涓儴鏁版嵁 +export function getServiceStatistics(data) { + return request({ + url: "/smartor/serviceSubtask/getServiceStatistics", + method: "post", + data: data, + }); +} +// 鏌ヨ鎮h�呬綇闄㈣褰曞垪琛� +export function getechartsMedInhospList(data) { + return request({ + url: "/smartor/patinhosp/selectPatMedInhospList", + method: "post", + data: data, + }); +} + +// 鏌ヨ褰撳墠鐧婚檰浜鸿嚜宸憋紙鐥呭尯銆侀儴闂級鐨勬偅鑰呬綇闄㈣褰曞垪琛� +export function getechartsandData(data) { + return request({ + url: "/smartor/patinhosp/selectPatMedInhospListByCondition", + method: "post", + data: data, + }); +} + +// 鍚勭瀹ゆ湇鍔′汉娆� +export function getDeptRanking(data) { + return request({ + url: "/smartor/patinhosp/getDeptRanking", + method: "post", + data: data, + }); +} -- Gitblit v1.9.3