|
@@ -487,7 +487,6 @@ const handleClickInjuryinfo = row => {
|
|
|
}
|
|
|
injuryOutpatientRegister(row).then(() => {
|
|
|
showInsuinfo.value = false;
|
|
|
- clearReadCardData();
|
|
|
xcMessage.success("登记成功");
|
|
|
});
|
|
|
};
|
|
@@ -629,7 +628,6 @@ function revokeEmergencyRescue(param) {
|
|
|
|
|
|
function normalOutpatientRegister(param) {
|
|
|
outpatientRegistration(param).then(res => {
|
|
|
- clearReadCardData();
|
|
|
showInsuinfo.value = false;
|
|
|
xcMessage.success(res);
|
|
|
});
|
|
@@ -873,6 +871,7 @@ const mzSettle = () => {
|
|
|
mdtrtCertType: readCardData.mdtrtCertType,
|
|
|
readCardResult: readCardData.readCardResult,
|
|
|
readCardBizType: readCardData.readCardBizType,
|
|
|
+ busCardInfo: readCardData.busCardInfo,
|
|
|
ledgerSn: 0,
|
|
|
calType: 1,
|
|
|
acctUsedFlag: acctUsedFlag.value,
|