Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
fb9d2148b3

+ 2 - 2
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

2203
                 }
2203
                 }
2204
               })
2204
               })
2205
             }
2205
             }
2206
-            
2206
+
2207
           } else if (index == 2) {
2207
           } else if (index == 2) {
2208
             this.$router.push('/outpatientDoctorStation/print')
2208
             this.$router.push('/outpatientDoctorStation/print')
2209
           } else if (index == 4) {
2209
           } else if (index == 4) {
2788
           this.$message.error(row.project_name + '库存不足')
2788
           this.$message.error(row.project_name + '库存不足')
2789
           return
2789
           return
2790
         }
2790
         }
2791
-        this.teamList = row
2791
+        this.teamList.push(row)
2792
       },
2792
       },
2793
       getlist() {
2793
       getlist() {
2794
         this.tabProject = []
2794
         this.tabProject = []