|
@@ -892,11 +892,11 @@
|
892
|
892
|
return false
|
893
|
893
|
} else {
|
894
|
894
|
that.loadingone = false
|
|
895
|
+ that.$message({ message: '挂号成功', type: 'success' })
|
895
|
896
|
|
896
|
897
|
that.patientTableData = []
|
897
|
898
|
that.all_table_data = []
|
898
|
899
|
that.hisPatientDatas = []
|
899
|
|
-
|
900
|
900
|
let one_count = 0
|
901
|
901
|
let two_count = 0
|
902
|
902
|
let three_count = 0
|
|
@@ -916,15 +916,12 @@
|
916
|
916
|
that.cal_two = two_count
|
917
|
917
|
that.cal_three = three_count
|
918
|
918
|
that.current_index = 0
|
919
|
|
-
|
920
|
919
|
for (let i = 0; i < that.patientTableData.length; i++) {
|
921
|
920
|
if (this.patientTableData[i].id == this.patientInfo.id) {
|
922
|
921
|
that.$refs.tab.setCurrentRow(that.patientTableData[i])
|
923
|
922
|
that.getPatientInformation(that.patientTableData[i].id, that.patientTableData[i].order.number)
|
924
|
923
|
}
|
925
|
924
|
}
|
926
|
|
- that.$message({ message: '挂号成功', type: 'success' })
|
927
|
|
- that.loadingone = false
|
928
|
925
|
var his_info = response.data.data.his_info
|
929
|
926
|
that.hisPatientInfo = his_info
|
930
|
927
|
}
|