소스 검색

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

see999 4 년 전
부모
커밋
7dda170389
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/qcd/patientComplianceDetails.vue

+ 1 - 1
src/xt_pages/qcd/patientComplianceDetails.vue 파일 보기

773
         getIdSlist({ids:ids},this.patientid).then(response=>{
773
         getIdSlist({ids:ids},this.patientid).then(response=>{
774
           if(response.data.state == 1){
774
           if(response.data.state == 1){
775
             const vlist =  response.data.data.vlist
775
             const vlist =  response.data.data.vlist
776
-            console.log("vlist",vlist)
776
+            // console.log("vlist",vlist)
777
             this.vlist = vlist
777
             this.vlist = vlist
778
           }
778
           }
779
         })
779
         })