Ver código fonte

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

csx 4 anos atrás
pai
commit
81815fdc8a

+ 1 - 1
src/xt_pages/qcd/indicatorControlAnalysis/weight.vue Ver arquivo

@@ -533,7 +533,7 @@
533 533
       handleSelect(val) {
534 534
         this.query.patient_id = val.id
535 535
         this.query.page = 1
536
-        this.GetDialysisWeightChartData(this.query)
536
+        // this.GetDialysisWeightChartData(this.query)
537 537
         this.GetDialysisWeightTableData(this.query)
538 538
         for (let i = 0;i < this.patientsData.length; i++){
539 539
           if (this.patientsData[i].id == val.id){