|
|
@ -154,7 +154,7 @@ export default { |
|
|
console.log('btnUpReport success', JSON.parse(res)) |
|
|
console.log('btnUpReport success', JSON.parse(res)) |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
patientRegisterId = e.patientRegisterId |
|
|
|
|
|
|
|
|
let patientRegisterId = e.patientRegisterId |
|
|
let res2 = await postapi('/api/app/TransToWebPeis/TransPatientRegisterByPatientRegisterId', { patientRegisterId }) |
|
|
let res2 = await postapi('/api/app/TransToWebPeis/TransPatientRegisterByPatientRegisterId', { patientRegisterId }) |
|
|
if (res2.code == -1) { |
|
|
if (res2.code == -1) { |
|
|
console.log('TransToWebPeis err', res2) |
|
|
console.log('TransToWebPeis err', res2) |
|
|
|