Explorar el Código

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

csx hace 4 años
padre
commit
3c207fe14a
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1 7
      src/xt_pages/qcd/indicatorControlAnalysis/monitor.vue

+ 1 - 7
src/xt_pages/qcd/indicatorControlAnalysis/monitor.vue Ver fichero

@@ -484,12 +484,6 @@
484 484
       },
485 485
       getModeName(mode_id){
486 486
         return this.$store.getters.treatment_mode[mode_id] != undefined ? this.$store.getters.treatment_mode[mode_id].name: ""
487
-      },
488
-      changeTime() {
489
-
490
-      }, changeEndTime() {
491
-
492
-
493 487
       }, GetDialysisWatchTableData(params) {
494 488
         this.loading = true
495 489
         this.tableData = []
@@ -501,7 +495,7 @@
501 495
               for (let i = 0; i < resp.data.data.length; i++) {
502 496
                 this.tableData.push(resp.data.data[i])
503 497
               }
504
-              this.total = resp.data.data.total
498
+              this.total = resp.data.total
505 499
 
506 500
             } else {
507 501
               this.loading = false