See999 3 년 전
부모
커밋
8088e324a8
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/xt_pages/dialysis/dialysisPrintOrder.vue

+ 0 - 4
src/xt_pages/dialysis/dialysisPrintOrder.vue 파일 보기

1188
                 this.filtedSchedules.map(item => {
1188
                 this.filtedSchedules.map(item => {
1189
                 arr.push(...item.schedules)
1189
                 arr.push(...item.schedules)
1190
                 })
1190
                 })
1191
-                if(this.activeName == "first"){
1192
                 this.tableData = arr
1191
                 this.tableData = arr
1193
-                }else if(this.activeName == "second"){
1194
-                this.tableData1 = arr
1195
-                }
1196
                 
1192
                 
1197
             }else{
1193
             }else{
1198
                 this.getData()
1194
                 this.getData()