gx
chenyc
2025-03-11 989c7e9b81da8aaa56c7d695dc0e24e1f49c1098
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({