|
@@ -1813,7 +1813,7 @@ export default {
|
1813
|
1813
|
this.$refs.register9504.hide()
|
1814
|
1814
|
this.loadingone = false
|
1815
|
1815
|
|
1816
|
|
- // this.CheckHISPatient()
|
|
1816
|
+ this.CheckHISPatient()
|
1817
|
1817
|
|
1818
|
1818
|
}
|
1819
|
1819
|
})
|
|
@@ -1846,7 +1846,7 @@ export default {
|
1846
|
1846
|
that.changeRadio(1)
|
1847
|
1847
|
that.$refs.register9504.hide()
|
1848
|
1848
|
that.$message({ message: '挂号成功', type: 'success' })
|
1849
|
|
- // that.CheckHISPatient()
|
|
1849
|
+ that.CheckHISPatient()
|
1850
|
1850
|
|
1851
|
1851
|
}
|
1852
|
1852
|
}
|
|
@@ -1877,7 +1877,7 @@ export default {
|
1877
|
1877
|
this.$refs.register.hide()
|
1878
|
1878
|
this.loadingone = false
|
1879
|
1879
|
|
1880
|
|
- // this.CheckHISPatient(this.record_date,this.patientInfo.id)
|
|
1880
|
+ this.CheckHISPatient(this.record_date,this.patientInfo.id)
|
1881
|
1881
|
|
1882
|
1882
|
}
|
1883
|
1883
|
})
|
|
@@ -3520,7 +3520,6 @@ export default {
|
3520
|
3520
|
}
|
3521
|
3521
|
var ids_str = ids.join(',')
|
3522
|
3522
|
this.temp_ids = ids_str
|
3523
|
|
- this.newLoading = true
|
3524
|
3523
|
var that = this
|
3525
|
3524
|
let form = {}
|
3526
|
3525
|
form['id'] = this.patientInfo.id
|
|
@@ -3574,10 +3573,8 @@ export default {
|
3574
|
3573
|
type: 'warning'
|
3575
|
3574
|
}).then(() => {
|
3576
|
3575
|
that.changeRadioAndPatient(1)
|
3577
|
|
- that.newLoading = false
|
3578
|
3576
|
}).catch(() => {
|
3579
|
3577
|
that.changeRadioAndPatient(1)
|
3580
|
|
- that.newLoading = false
|
3581
|
3578
|
})
|
3582
|
3579
|
} else {
|
3583
|
3580
|
that.$message({ message: '上传成功', type: 'success', duration: 5000 })
|