소스 검색

10月12,质控

yq1 5 달 전
부모
커밋
2a63e455dc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/xt_pages/Dialysisanalysis/new_otherIndicators/index.vue
  2. 1 1
      src/xt_pages/Dialysisanalysis/weightblood/index.vue

+ 1 - 1
src/xt_pages/Dialysisanalysis/new_otherIndicators/index.vue 파일 보기

@@ -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 파일 보기

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