Procházet zdrojové kódy

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx před 4 roky
rodič
revize
3828afa3f6

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Zobrazit soubor

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