ソースを参照

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx 4 年 前
コミット
3828afa3f6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue ファイルの表示

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