34
chenyc
2025-02-19 10c928bbc4c779d301e3b1d8b8407d02d2f06a13
src/api/Patients/index.ts
@@ -16,6 +16,14 @@
    });
}
export function getRecordsInToday2(data: object) {
    return request({
        url: '/patient/hemo/med/record/getRecordsInToday2',
        method: 'post',
        data
    });
}
export function getPatData(params: object) {
    return request({