Browse Source

批量打印

XMLWAN 4 years ago
parent
commit
427f67bc93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 2 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

@@ -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
         })