Browse Source

10月12,质控

yq1 5 months ago
parent
commit
2a63e455dc

+ 1 - 1
src/xt_pages/Dialysisanalysis/new_otherIndicators/index.vue View File

49
       this.indicators = []
49
       this.indicators = []
50
       getStatisticsList(params).then(response => {
50
       getStatisticsList(params).then(response => {
51
         if (response.data.state == 1) {
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
           console.log('444444444',this.indicators);
53
           console.log('444444444',this.indicators);
54
           for(let i = 0; i < this.indicators.length; i++){
54
           for(let i = 0; i < this.indicators.length; i++){
55
             this.indicators[i]["check_type"] = 1
55
             this.indicators[i]["check_type"] = 1

+ 1 - 1
src/xt_pages/Dialysisanalysis/weightblood/index.vue View File

49
       this.indicators = []
49
       this.indicators = []
50
       getStatisticsList(params).then(response => {
50
       getStatisticsList(params).then(response => {
51
         if (response.data.state == 1) {
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
           console.log('444444444',this.indicators);
53
           console.log('444444444',this.indicators);
54
           for(let i = 0; i < this.indicators.length; i++){
54
           for(let i = 0; i < this.indicators.length; i++){
55
             this.indicators[i]["check_type"] = 1
55
             this.indicators[i]["check_type"] = 1