Browse Source

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

csx 4 years ago
parent
commit
3c207fe14a
1 changed files with 1 additions and 7 deletions
  1. 1 7
      src/xt_pages/qcd/indicatorControlAnalysis/monitor.vue

+ 1 - 7
src/xt_pages/qcd/indicatorControlAnalysis/monitor.vue View File

484
       },
484
       },
485
       getModeName(mode_id){
485
       getModeName(mode_id){
486
         return this.$store.getters.treatment_mode[mode_id] != undefined ? this.$store.getters.treatment_mode[mode_id].name: ""
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
       }, GetDialysisWatchTableData(params) {
487
       }, GetDialysisWatchTableData(params) {
494
         this.loading = true
488
         this.loading = true
495
         this.tableData = []
489
         this.tableData = []
501
               for (let i = 0; i < resp.data.data.length; i++) {
495
               for (let i = 0; i < resp.data.data.length; i++) {
502
                 this.tableData.push(resp.data.data[i])
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
             } else {
500
             } else {
507
               this.loading = false
501
               this.loading = false