浏览代码

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;