Parcourir la source

10月12,质控

yq1 il y a 5 mois
Parent
révision
2a63e455dc

+ 1 - 1
src/xt_pages/Dialysisanalysis/new_otherIndicators/index.vue Voir le fichier

@@ -49,7 +49,7 @@ export default {
49 49
       this.indicators = []
50 50
       getStatisticsList(params).then(response => {
51 51
         if (response.data.state == 1) {
52
-          this.indicators  =  this.indicators.concat(response.data.data.configurationlist)
52
+          // this.indicators  =  this.indicators.concat(response.data.data.configurationlist)
53 53
           console.log('444444444',this.indicators);
54 54
           for(let i = 0; i < this.indicators.length; i++){
55 55
             this.indicators[i]["check_type"] = 1

+ 1 - 1
src/xt_pages/Dialysisanalysis/weightblood/index.vue Voir le fichier

@@ -49,7 +49,7 @@ export default {
49 49
       this.indicators = []
50 50
       getStatisticsList(params).then(response => {
51 51
         if (response.data.state == 1) {
52
-          this.indicators  =  this.indicators.concat(response.data.data.configurationlist)
52
+          // this.indicators  =  this.indicators.concat(response.data.data.configurationlist)
53 53
           console.log('444444444',this.indicators);
54 54
           for(let i = 0; i < this.indicators.length; i++){
55 55
             this.indicators[i]["check_type"] = 1