|
@@ -564,7 +564,9 @@
|
564
|
564
|
patient_id: this.patientInfo.id,
|
565
|
565
|
start_time: val,
|
566
|
566
|
end_time: this.other_end_time,
|
567
|
|
- p_type:2
|
|
567
|
+ p_type:2,
|
|
568
|
+ type: this.radio,
|
|
569
|
+
|
568
|
570
|
|
569
|
571
|
};
|
570
|
572
|
getDayOrMonthHisPrescription(params).then(response => {
|
|
@@ -1040,10 +1042,10 @@
|
1040
|
1042
|
})
|
1041
|
1043
|
|
1042
|
1044
|
} else {
|
1043
|
|
- this.changeRadio(1)
|
1044
|
|
- this.$message({ message: '挂号成功', type: 'success', duration: 5000 })
|
1045
|
|
- this.$refs.register.hide()
|
1046
|
|
- this.loadingone = false
|
|
1045
|
+ that.changeRadio(1)
|
|
1046
|
+ that.$message({ message: '挂号成功', type: 'success', duration: 5000 })
|
|
1047
|
+ that.$refs.register.hide()
|
|
1048
|
+ that.loadingone = false
|
1047
|
1049
|
// that.radio = 1
|
1048
|
1050
|
// that.$refs.register.hide();
|
1049
|
1051
|
// let params = {
|