@@ -1912,7 +1912,7 @@ export default {
that.$message({ message: '挂号成功', type: 'success', duration: 5000 })
that.$refs.register.hide()
that.loadingone = false
- this.CheckHISPatient(that.record_date,that.patientInfo.id)
+ that.CheckHISPatient(that.record_date,that.patientInfo.id)
}