换卡处理的分页

This commit is contained in:
2025-11-12 12:08:52 +08:00
parent 09bf895711
commit b66c2027d1
3 changed files with 87 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ export const getPatientInfo = (patientId) => {
};
// 获取患者详细信息
export function getPatientInfo(patientId) {
/* export function getPatientInfo(patientId) {
return request({
url: '/cardRenewal/patient/info/' + patientId,
method: 'get'
@@ -58,4 +58,4 @@ export function getPatientInfo(patientId) {
data: {}
};
});
}
} */