换卡处理的分页
This commit is contained in:
@@ -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: {}
|
||||
};
|
||||
});
|
||||
}
|
||||
} */
|
||||
Reference in New Issue
Block a user