Browse Source

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

see999 4 years ago
parent
commit
95d9a89521
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
         })