|
@@ -398,15 +398,6 @@
|
398
|
398
|
this.getPrescriptionList(this.patientInfo.id)
|
399
|
399
|
},
|
400
|
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
|
401
|
this.$refs.multipleTable1.toggleAllSelection();
|
411
|
402
|
this.$refs.multipleTable2.toggleAllSelection();
|
412
|
403
|
this.$refs.multipleTable3.toggleAllSelection();
|