|
@@ -492,7 +492,7 @@ export default {
|
|
|
window.open('ReadCard://' + param, '_self')
|
|
|
readCardCallback(param).then((res) => {
|
|
|
patient.value.mdtrtCertType = val
|
|
|
- patient.value.mdtrtCertNo = res.sign
|
|
|
+ patient.value.mdtrtCertNo = res.out
|
|
|
ElMessageBox.alert(res.message, '提示', {
|
|
|
type: 'success',
|
|
|
showCancelButton: false,
|