|
@@ -1131,6 +1131,7 @@ const afterReadCard = result => {
|
|
|
patient.value.mdtrtCertType = result.mdtrtCertType;
|
|
|
patient.value.readCardResult = result.readCardResult;
|
|
|
patient.value.readCardBizType = result.readCardBizType;
|
|
|
+ patient.value.busCardInfo = result.busCardInfo;
|
|
|
};
|
|
|
|
|
|
const cancelDismiss = () => {
|