|
@@ -1019,7 +1019,6 @@ const injurySicard = async () => {
|
|
|
'Content-Type': 'application/json',
|
|
|
},
|
|
|
body: JSON.stringify({
|
|
|
- patient_id,
|
|
|
inpatient_no:patient.value.inpatientNo,
|
|
|
admiss_times:patient.value.admissTimes,
|
|
|
psn_no:result.data.data.psn_no,
|
|
@@ -1048,6 +1047,7 @@ const injurySicard = async () => {
|
|
|
duration: 2500,
|
|
|
showClose: true,
|
|
|
});
|
|
|
+ return
|
|
|
}
|
|
|
injurySicardResult.value = result.data;
|
|
|
patient.value.mdtrtCertType = 'injurySicard';
|