See999 3 年之前
父節點
當前提交
8088e324a8
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/xt_pages/dialysis/dialysisPrintOrder.vue

+ 0 - 4
src/xt_pages/dialysis/dialysisPrintOrder.vue 查看文件

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