XMLWAN 4 years ago
parent
commit
67d9030c46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/qcd/patientComplianceDetails.vue

+ 1 - 1
src/xt_pages/qcd/patientComplianceDetails.vue View File

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
         })