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