import request from "@/utils/request"; // 门诊基础数据 export function getoutpatientamount(data) { return request({ 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 getMissiondata(Id) { return request({ url: "/smartor/serviceSubtask/getSfFzInfoEveryMonth", ethod: "post", data: data, }); }