Просмотр исходного кода

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

csx 4 лет назад
Родитель
Сommit
7d6e357bf0
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Просмотреть файл

@@ -394,7 +394,7 @@
394 394
         // console.log(this.prescriptions)
395 395
       },
396 396
       selectChange(row){
397
-        console.log("row222",row)
397
+        // console.log("row222",row)
398 398
         var ids = []
399 399
         for(let i=0;i<row.length;i++){
400 400
           ids.push(row[i].id)