|
|
|
|
379
|
if (index == 1) {
|
379
|
if (index == 1) {
|
380
|
this.$refs.prescriptions.open(1)
|
380
|
this.$refs.prescriptions.open(1)
|
381
|
} else if (index == 2) {
|
381
|
} else if (index == 2) {
|
382
|
-
|
|
|
|
|
382
|
+
|
383
|
this.getPrescriptionList(this.patientid)
|
383
|
this.getPrescriptionList(this.patientid)
|
384
|
// this.$router.push("/outpatientDoctorStation/print?record="+this.record_date+"&prescription_id="+this.prescription_id)
|
384
|
// this.$router.push("/outpatientDoctorStation/print?record="+this.record_date+"&prescription_id="+this.prescription_id)
|
385
|
} else if (index == 3) {
|
385
|
} else if (index == 3) {
|
|
|
|
|
442
|
if(response.data.state == 1){
|
442
|
if(response.data.state == 1){
|
443
|
this.centerDialogVisible = true
|
443
|
this.centerDialogVisible = true
|
444
|
var list = response.data.data.list
|
444
|
var list = response.data.data.list
|
445
|
- console.log("list9999999",list)
|
|
|
|
|
445
|
+ // console.log("list9999999",list)
|
446
|
this.tableData = list
|
446
|
this.tableData = list
|
447
|
}
|
447
|
}
|
448
|
})
|
448
|
})
|