ソースを参照

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

csx 5 年 前
コミット
f9475e92a6
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/xt_pages/qcd/indicatorControlAnalysis/bloodPressure.vue

+ 1 - 1
src/xt_pages/qcd/indicatorControlAnalysis/bloodPressure.vue ファイルの表示

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