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
e8bb8e8f73
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 0 - 9
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

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();