Просмотр исходного кода

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 3 лет назад
Родитель
Сommit
869c09af9e
1 измененных файлов: 3 добавлений и 3 удалений
  1. 3 3
      src/xt_pages/workforce/next_remind_print.vue

+ 3 - 3
src/xt_pages/workforce/next_remind_print.vue Просмотреть файл

@@ -182,7 +182,7 @@
182 182
               scheduleData[i].sort = scheduleData[i].number.sort
183 183
             }
184 184
             var arr =   scheduleData.sort(this.compare('sort'))
185
-            console.log("打印",arr)
185
+            // console.log("打印",arr)
186 186
             this.scheduleData = arr
187 187
           }
188 188
           if(this.pre_status == 1){
@@ -421,9 +421,9 @@
421 421
         var name = ''
422 422
         for (let i = 0; i < solution.length; i++) {
423 423
           if (mode_id == solution[i].mode_id) {
424
-         
424
+
425 425
             name = solution[i].dialyzer_perfusion_apparatus
426
-            
426
+
427 427
           }
428 428
         }
429 429
         console.log('name', name)