see999 3 년 전
부모
커밋
128afdfb81
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 0 - 9
src/xt_pages/outpatientDoctorStation/doctorDesk.vue 파일 보기

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