Browse Source

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

csx 5 years ago
parent
commit
f9475e92a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/qcd/indicatorControlAnalysis/bloodPressure.vue

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

400
         this.query.patient_id = val.id
400
         this.query.patient_id = val.id
401
         this.query.page = 1
401
         this.query.page = 1
402
         this.GetDialysisBloodPressureTableData(this.query)
402
         this.GetDialysisBloodPressureTableData(this.query)
403
-        this.GetDialysisBloodPressureChartData(this.query)
403
+        // this.GetDialysisBloodPressureChartData(this.query)
404
       },
404
       },
405
       handleSizeChange(limit) {
405
       handleSizeChange(limit) {
406
         this.query.limit = limit;
406
         this.query.limit = limit;