34
chenyc
2025-03-04 a015563dbe5adccd2837d33d69e9c032e2a7efa9
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({