see999 3 年前
父节点
当前提交
128afdfb81
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 0 - 9
src/xt_pages/outpatientDoctorStation/doctorDesk.vue 查看文件

398
         this.getPrescriptionList(this.patientInfo.id)
398
         this.getPrescriptionList(this.patientInfo.id)
399
       },
399
       },
400
       allCheck(){
400
       allCheck(){
401
-        // if(this.tableData1.length > 0){
402
-        //   this.selecting_schs1 = this.tableData1
403
-        // }
404
-        // if(this.tableData2.length > 0){
405
-        //   this.selecting_schs2 = this.tableData2
406
-        // }
407
-        // if(this.tableData3.length > 0){
408
-        //   this.selecting_schs3 = this.tableData4
409
-        // }
410
         this.$refs.multipleTable1.toggleAllSelection();
401
         this.$refs.multipleTable1.toggleAllSelection();
411
         this.$refs.multipleTable2.toggleAllSelection();
402
         this.$refs.multipleTable2.toggleAllSelection();
412
         this.$refs.multipleTable3.toggleAllSelection();
403
         this.$refs.multipleTable3.toggleAllSelection();