浏览代码

HIS 系统提交

XMLWAN 4 年前
父节点
当前提交
eb6814b19c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue 查看文件

@@ -365,7 +365,7 @@
365 365
         // console.log(this.prescriptions)
366 366
       },
367 367
       selectChange(row){
368
-        console.log("row222",row)
368
+        // console.log("row222",row)
369 369
         var ids = []
370 370
         for(let i=0;i<row.length;i++){
371 371
           ids.push(row[i].id)