See999 3 years ago
parent
commit
8088e324a8
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/xt_pages/dialysis/dialysisPrintOrder.vue

+ 0 - 4
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

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