Przeglądaj źródła

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

csx 5 lat temu
rodzic
commit
f9475e92a6

+ 1 - 1
src/xt_pages/qcd/indicatorControlAnalysis/bloodPressure.vue Wyświetl plik

@@ -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;