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