Browse Source

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx 4 years ago
parent
commit
3828afa3f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

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

371
         })
371
         })
372
       },
372
       },
373
       open(index) {
373
       open(index) {
374
-        if(this.prescriptionList.length == 0){
374
+        if(this.prescriptions.length == 0){
375
            this.$message.error("请先开处方")
375
            this.$message.error("请先开处方")
376
            return
376
            return
377
         }
377
         }